beliefer commented on issue #27429: [SPARK-28330][SQL] Support ANSI SQL: result offset clause in query expression URL: https://github.com/apache/spark/pull/27429#issuecomment-581398737 @cloud-fan Thanks a lot ! For the first suggestion , I understand it. For the second suggestion, I have a question, `OFFSET` and `Tail` mean different things. If use use `OFFSET` only just want to skip some rows and reserve remaining rows. Users cannot use `Tail` instead of `OFFSET` because users don't know the number of remaining rows.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
