Skip to content

Commit

Permalink
remove forgotten print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jan 13, 2025
1 parent e5ee3e1 commit 07955a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/sql/delta_kernel_rs/logging.test
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,4 @@ set delta_kernel_logging=true;
statement error
set delta_kernel_logging=false;
----
Invalid Input Error: Can not disable 'delta_kernel_logging' after enabling it

mode output_result

statement ok
FROM duckdb_logs WHERE starts_with(type, 'delta.Kernel')
Invalid Input Error: Can not disable 'delta_kernel_logging' after enabling it

0 comments on commit 07955a1

Please sign in to comment.