tustvold commented on code in PR #8539: URL: https://github.com/apache/arrow-datafusion/pull/8539#discussion_r1426823289
########## datafusion/sqllogictest/test_files/insert_to_external.slt: ########## @@ -57,7 +57,7 @@ CREATE EXTERNAL TABLE dictionary_encoded_parquet_partitioned( b varchar, ) STORED AS parquet -LOCATION 'test_files/scratch/insert_to_external/parquet_types_partitioned' +LOCATION 'test_files/scratch/insert_to_external/parquet_types_partitioned/' Review Comment: This is necessary because now that the directories no longer exist it falls back to using the trailing / to determining if a directory or file is desired. -- 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]
