alamb commented on code in PR #21342:
URL: https://github.com/apache/datafusion/pull/21342#discussion_r3033707375


##########
datafusion/datasource/Cargo.toml:
##########
@@ -31,6 +31,7 @@ version.workspace = true
 all-features = true
 
 [features]
+backtrace = ["datafusion-common/backtrace"]

Review Comment:
   I added this while debugging why the tests failed on CI and not locally (it 
was when this feature flag was on the Error messages got mangled). 
   
   I added a crate level feature to enable the feature in datafusion-common so 
I could reproduce the error locally



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to