adriangb commented on code in PR #19433:
URL: https://github.com/apache/datafusion/pull/19433#discussion_r2644617435
##########
datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs:
##########
@@ -1829,7 +1829,7 @@ async fn test_topk_dynamic_filter_pushdown_integration() {
COPY (
SELECT 1372708800 + value AS t
FROM generate_series(0, 99999)
- ORDER BY t
+ ORDER BY t + 1
Review Comment:
Because it was picking up the ordering and causing even less data to be read
😆
--
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]