nuno-faria commented on issue #17597:
URL: https://github.com/apache/datafusion/issues/17597#issuecomment-3299915750

   > Maybe dynamic filters is terminating the scan after a few batches? Can we 
try with it turned off?
   
   Does not appear to affect the execution:
   ```sql
   > set datafusion.optimizer.enable_dynamic_filter_pushdown = false;
   0 row(s) fetched.
   Elapsed 0.000 seconds.
   
   > select *
   from lineitem
   order by l_orderkey
   limit 50000;
   ...
   Elapsed 0.252 seconds.
   ```


-- 
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]

Reply via email to