tustvold commented on code in PR #8539: URL: https://github.com/apache/arrow-datafusion/pull/8539#discussion_r1427012725
########## 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: Yes, COPY has a SINGLE_FILE_OUTPUT option that gates this, but for `CREATE EXTERNAL TABLE` single files don't support insert -- 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]
