devinjdangelo commented on code in PR #8539: URL: https://github.com/apache/arrow-datafusion/pull/8539#discussion_r1427026921
########## 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: I'm happy to take a stab at removing the single file table option next week, when I also plan to look at adding support for writing to arrow files. -- 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]
