zhuqi-lucas commented on PR #14921: URL: https://github.com/apache/datafusion/pull/14921#issuecomment-2689727850
The testing include the following test, which was empty before this PR. ```rust > SELECT * FROM generate_series(1, 5) t1(v1) ORDER BY v1 DESC; +----+ | v1 | +----+ | 5 | | 4 | | 3 | | 2 | | 1 | +----+ 5 row(s) fetched. Elapsed 0.003 seconds. ``` -- 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]
