2010YOUY01 opened a new issue, #17716: URL: https://github.com/apache/datafusion/issues/17716
### Describe the bug datafusion-cli is compiled from the latest main commit https://github.com/apache/datafusion/commit/1629420162815e1a725b9be5344fafd1fbe2e5ff ``` > SELECT * FROM (VALUES (1), (2), (3)) AS t(x) FETCH NEXT 1 ROWS ONLY; +---+ | x | +---+ | 1 | | 2 | | 3 | +---+ 3 row(s) fetched. Elapsed 0.040 seconds. ``` `FETCH NEXT` is not supported, it should return a planning error. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context Found by SQLStorm https://github.com/apache/datafusion/issues/17698 -- 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]
