alamb commented on code in PR #17129: URL: https://github.com/apache/datafusion/pull/17129#discussion_r2276262595
########## datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt: ########## @@ -543,3 +543,35 @@ query TT select val, part from t_pushdown where part = val AND part = 'a'; ---- a a + +statement ok +COPY ( + SELECT + '00000000000000000000000000000001' AS trace_id, + '2023-10-01 00:00:00'::timestamptz AS start_timestamp, + 'prod' as deployment_environment +) +TO 'data/1.parquet'; Review Comment: BTW this writes to `datafusion/sqllogictest/data/1.parquet` which was also checked in. I hit issues during upgrade with this here (the data is different so the files being written become different): https://github.com/apache/datafusion/pull/17175#discussion_r2276256424 I have a fix and will forward port it to main, but wanted to drop a note here in case anyone else saw it -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org