olivrlee commented on code in PR #3716:
URL: https://github.com/apache/calcite/pull/3716#discussion_r1517006970
##########
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -3894,32 +3894,37 @@ protected void validateSelect(
// Deduce which columns must be filtered.
ns.mustFilterFields = ImmutableBitSet.of();
+ ns.mustFilterBypassFields = ImmutableBitSet.of();
if (from != null) {
final Set<SqlQualified> qualifieds = new LinkedHashSet<>();
Review Comment:
`qualifieds` are `qualifiedMustFilterFields` , yeah that could make it more
clear
--
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]