This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 613d925b24 Add backtrace feature to datafusion-cli (#14997)
613d925b24 is described below

commit 613d925b24b1bb45c2de1b32f6191bdc8051c9a6
Author: Yongting You <[email protected]>
AuthorDate: Tue Mar 4 19:34:08 2025 +0800

    Add backtrace feature to datafusion-cli (#14997)
---
 datafusion-cli/Cargo.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 0fcc8cecd3..900d171cb0 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -30,6 +30,10 @@ rust-version = { workspace = true }
 [package.metadata.docs.rs]
 all-features = true
 
+[features]
+default = []
+backtrace = ["datafusion/backtrace"]
+
 [dependencies]
 arrow = { workspace = true }
 async-trait = { workspace = true }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to