sulees opened a new pull request, #4357: URL: https://github.com/apache/calcite/pull/4357
This corrects the comment for `example0` to accurately describe the code's behavior. **Problem**: The original comment incorrectly stated that the code performs a table scan (`SELECT * FROM emp`). However, the code uses the `VALUES` clause to create an inline table of literal values. **Fix**: The comment has been updated to reflect the actual behavior, which is equivalent to: `VALUES (1, TRUE), (NULL, FALSE)`. **Impact**: Developers referencing this example will now see documentation that aligns with the code’s functionality. Thank you for considering this improvement! 🙏 -- 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]
