bert-beyondloops opened a new issue, #19781: URL: https://github.com/apache/datafusion/issues/19781
### Describe the bug Any physical query plan that incorporates filtering logic alongside row limitation consistently results in an internal error being raised." ### To Reproduce set datafusion.execution.target_partitions = '1'; set datafusion.execution.batch_size = '1'; create table test (i INTEGER) as values (1), (2); select * from test where i <> 0 limit 1; ### Expected behavior No internal error should be raised. ### Additional context _No response_ -- 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]
