rubenada commented on a change in pull request #2690:
URL: https://github.com/apache/calcite/pull/2690#discussion_r805941605
##########
File path: core/src/main/java/org/apache/calcite/rel/core/RepeatUnion.java
##########
@@ -61,12 +64,20 @@
*/
public final int iterationLimit;
+ /**
+ * Transient table where repeat union's intermediate results will be stored.
+ */
+ protected final RelOptTable transientTable;
+
Review comment:
Field converted into nullable.
I do not think the class javadoc needs to be change, I prefer to keep its
high-level description as it is (the info about the table can be found in the
field javadoc or looking at its usage e.g. in EnumerableRepeatUnion)
--
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]