Skip to content

Commit

Permalink
Fix issues causing GitHub checks to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Zhukov committed Feb 4, 2025
1 parent 07157a7 commit 662369f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/sqllogictest/test_files/copy.slt
Original file line number Diff line number Diff line change
Expand Up @@ -631,3 +631,4 @@ COPY source_table to '/tmp/table.parquet' (row_group_size 55 + 102);
# Copy using execution.keep_partition_by_columns with an invalid value
query error DataFusion error: Invalid or Unsupported Configuration: provided value for 'execution.keep_partition_by_columns' was not recognized: "invalid_value"
COPY source_table to '/tmp/table.parquet' OPTIONS (execution.keep_partition_by_columns invalid_value);

0 comments on commit 662369f

Please sign in to comment.