Skip to content

Commit

Permalink
Add ticket reference to test
Browse files Browse the repository at this point in the history
Add reference to #9269
  • Loading branch information
alamb committed Feb 19, 2024
1 parent b2a0451 commit 681d9c2
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 @@ -106,6 +106,7 @@ CREATE EXTERNAL TABLE validate_partitioned_escape_quote STORED AS CSV
LOCATION 'test_files/scratch/copy/escape_quote/' PARTITIONED BY ("'test2'", "'test3'");

# This triggers a panic (index out of bounds)
# https://github.com/apache/arrow-datafusion/issues/9269
#query
#select * from validate_partitioned_escape_quote;

Expand Down

0 comments on commit 681d9c2

Please sign in to comment.