Skip to content

Commit df806bd

Browse files
authored
Add arrow_err! macros, optional backtrace to ArrowError (#8586)
* Introducing `arrow_err!` macros
1 parent 96c5b8a commit df806bd

File tree

22 files changed

+191
-172
lines changed

22 files changed

+191
-172
lines changed

datafusion-cli/Cargo.lock

Lines changed: 35 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ aws-config = "0.55"
3535
aws-credential-types = "0.55"
3636
clap = { version = "3", features = ["derive", "cargo"] }
3737
datafusion = { path = "../datafusion/core", version = "34.0.0", features = ["avro", "crypto_expressions", "encoding_expressions", "parquet", "regex_expressions", "unicode_expressions", "compression"] }
38+
datafusion-common = { path = "../datafusion/common" }
3839
dirs = "4.0.0"
3940
env_logger = "0.9"
4041
mimalloc = { version = "0.1", default-features = false }
@@ -49,6 +50,5 @@ url = "2.2"
4950
[dev-dependencies]
5051
assert_cmd = "2.0"
5152
ctor = "0.2.0"
52-
datafusion-common = { path = "../datafusion/common" }
5353
predicates = "3.0"
5454
rstest = "0.17"

0 commit comments

Comments
 (0)