You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by "zinking (via GitHub)" <gi...@apache.org> on 2023/04/15 06:02:18 UTC

[GitHub] [calcite] zinking commented on a diff in pull request #3042: Calcite 5418 3

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


##########
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 it possible to keep the immutableSet here? generally Immutable should be preferred.



-- 
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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org