tustvold commented on code in PR #8007: URL: https://github.com/apache/arrow-datafusion/pull/8007#discussion_r1377612366
########## datafusion/sqllogictest/test_files/insert_to_external.slt: ########## @@ -276,10 +270,7 @@ statement ok CREATE EXTERNAL TABLE directory_test(a bigint, b bigint) STORED AS parquet -LOCATION 'test_files/scratch/insert_to_external/external_parquet_table_q0' -OPTIONS( -create_local_path 'true', -); +LOCATION 'test_files/scratch/insert_to_external/external_parquet_table_q0/'; Review Comment: I'm not actually sure how this was working before, the lack of a trailing `/` would describe a file location not a directory -- 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]
