adriangb commented on PR #19446: URL: https://github.com/apache/datafusion/pull/19446#issuecomment-3692112949
> > It seems like that case is just because filter pushdown is not enabled (i.e. #19477). So I think the behavior is correct in this case: we would not want to push the ordering down past the filter. > > I already enabled it in slt, so it's strange, i will investigate it today. > > ``` > statement ok > SET datafusion.execution.parquet.pushdown_filters = true; > ``` Then it is indeed a mystery to me but I suspect if we can fix that root cause the sort order won't be as much of an issue. -- 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]
