Skip to content

Commit

Permalink
docs: Document POLARS_BACKTRACE_IN_ERR env var (#18354)
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad authored Aug 25, 2024
1 parent 134c49f commit 69a2bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
//! `T` in complex lazy expressions. However this does require `unsafe` code allow this.
//! * `POLARS_NO_PARQUET_STATISTICS` -> if set, statistics in parquet files are ignored.
//! * `POLARS_PANIC_ON_ERR` -> panic instead of returning an Error.
//! * `POLARS_BACKTRACE_IN_ERR` -> include a Rust backtrace in Error messages.
//! * `POLARS_NO_CHUNKED_JOIN` -> force rechunk before joins.
//!
//! ## User guide
Expand Down

0 comments on commit 69a2bef

Please sign in to comment.