feniljain commented on issue #19654: URL: https://github.com/apache/datafusion/issues/19654#issuecomment-3748148029
Those are some smart observations and optimizations @zhuqi-lucas @xudong963 ! Excited to get basic infra in for all of this to work out. As I am already typing out a message, I realized something which I just got some clarity on, it seems some databases allow `OFFSET` and `LIMIT` without `ORDER BY`, while some make it a case that both are used together. What is datafusion's stance on this? I am yet to check spark's behaviour, but DuckDB does not seem to tie these together. -- 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]
