rubenada commented on a change in pull request #1613: [CALCITE-3542] Implement
RepeatUnion All=false
URL: https://github.com/apache/calcite/pull/1613#discussion_r351808804
##########
File path:
linq4j/src/main/java/org/apache/calcite/linq4j/EnumerableDefaults.java
##########
@@ -3845,67 +3850,94 @@ public void close() {
private final Enumerator<TSource> seedEnumerator = seed.enumerator();
private Enumerator<TSource> iterativeEnumerator = null;
+ // Set to control duplicates, only used if all is false
Review comment:
Agree, change committed.
Thanks for the review @jinxing64 !
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services