There was an error while loading. Please reload this page.
1 parent 4bc0696 commit 8c58f53Copy full SHA for 8c58f53
1 file changed
datafusion-cli/tests/cli_integration.rs
@@ -340,6 +340,7 @@ SELECT COUNT(*) FROM hits;
340
#[rstest]
341
#[case("SELECT pow(1,'foo')")]
342
#[case("SELECT CAST('not_a_number' AS INTEGER);")]
343
+#[cfg(feature = "backtrace")]
344
fn test_backtrace_output(#[case] query: &str) {
345
let mut cmd = cli();
346
// Use a command that will cause an error and trigger backtrace
0 commit comments