Dandandan commented on issue #19654: URL: https://github.com/apache/datafusion/issues/19654#issuecomment-3820336384
I wonder in this example, what does offset even do? Technically (at least for the SQL) we could get away with removing the offset entirely (and just return any 10 rows), if we know the parquet files contain more than the offset + limit amount of rows, as long as we dont provide an `ORDER BY` -- 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]
