arvindKandpal-ksolves commented on PR #28218: URL: https://github.com/apache/flink/pull/28218#issuecomment-4714149677
Good catch! When I refactored the test last time, I completely missed that the SQL optimizer was dropping the `ORDER BY` early, so it wasn't actually hitting the bug. My bad on that. I've updated the test to use the Table API exactly as suggested. I made sure to test it properly this time — it now correctly reproduces the crash without the fix and passes with the fix. The XML plan is updated as well. Please take a look when you have a chance! cc @weiqingy @snuyanzin -- 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]
