zhuqi-lucas commented on PR #13788: URL: https://github.com/apache/datafusion/pull/13788#issuecomment-2544414600
@alamb @korowa Updated the testing now, it will hit the testing case, thanks! Before the PR, the testing result: ```rust query II select * from test_filter_with_limit where value = 2 limit 1; ---- ``` After the PR, the testing result: ```rust query II select * from test_filter_with_limit where value = 2 limit 1; ---- 2 2 ``` -- 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]
