kosiew commented on code in PR #19881: URL: https://github.com/apache/datafusion/pull/19881#discussion_r2727219984
########## datafusion/sqllogictest/test_files/clickbench.slt: ########## @@ -26,10 +26,28 @@ # COPY (SELECT * FROM 'hits.parquet' LIMIT 10) TO 'clickbench_hits_10.parquet' (FORMAT PARQUET); statement ok -CREATE EXTERNAL TABLE hits +CREATE EXTERNAL TABLE hits_raw STORED AS PARQUET LOCATION '../core/tests/data/clickbench_hits_10.parquet'; +# ClickBench encodes EventDate as UInt16 days since epoch. Review Comment: Tracking this in #20007 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
