jamesstarr commented on code in PR #3042:
URL: https://github.com/apache/calcite/pull/3042#discussion_r1260367482


##########
core/src/main/java/org/apache/calcite/rel/logical/LogicalFilter.java:
##########
@@ -47,7 +47,7 @@
  * not targeted at any particular engine or calling convention.
  */
 public final class LogicalFilter extends Filter {
-  private final ImmutableSet<CorrelationId> variablesSet;
+  private final Set<CorrelationId> variablesSet;

Review Comment:
   Is there any other changes you would like me to make for this?  The set is 
currently always immutable, just the signature of the member variable is not.



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