Omega359 commented on code in PR #9388:
URL: https://github.com/apache/arrow-datafusion/pull/9388#discussion_r1506674156
##########
datafusion/core/tests/parquet/page_pruning.rs:
##########
@@ -267,7 +267,7 @@ async fn test_prune(
async fn prune_timestamps_nanos() {
test_prune(
Scenario::Timestamps,
- "SELECT * FROM t where nanos < to_timestamp('2020-01-02 01:01:11Z')",
+ "SELECT * FROM t where nanos < arrow_cast('2020-01-02T01:01:11',
'Timestamp(Nanosecond, None)')",
Review Comment:
I'll have to check. Originally these calls were failing, I'll revert one or
two and see if they are still failing.
--
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]