devinjdangelo commented on code in PR #7896: URL: https://github.com/apache/arrow-datafusion/pull/7896#discussion_r1369292962
########## datafusion/sqllogictest/test_files/insert_to_external.slt: ########## @@ -40,8 +40,73 @@ STORED AS CSV WITH HEADER ROW LOCATION '../../testing/data/csv/aggregate_test_100.csv' -# test_insert_into +statement ok +CREATE EXTERNAL TABLE dictionary_encoded_parquet Review Comment: I assumed (incorrectly it seems) that `alltypes_dictionary.parquet` in the parquet-testing submodule was dictionary encoded. https://github.com/apache/parquet-testing/tree/e45cd23f784aab3d6bf0701f8f4e621469ed3be7/data I will use your suggestion to generate dictionary encoded values instead. -- 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]
