tanclary commented on code in PR #3716:
URL: https://github.com/apache/calcite/pull/3716#discussion_r1516859868


##########
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:
   is `qualifieds` == `qualifiedFields` If so you could make it 
`qualifiedFields` and `qualifiedBypassFields` for consistency ?



-- 
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]

Reply via email to