yangli-stu opened a new pull request, #3913: URL: https://github.com/apache/calcite/pull/3913
The original for loop was set to iterate from 0 to 3, which excluded the case 4 from being processed in the doExample method. This commit updates the loop condition to i <= 4 to ensure all cases are covered. <img width="647" alt="image" src="https://github.com/user-attachments/assets/bf4e1836-0a0b-4bf5-a8fd-45ca015981de"> -- 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]
