LakeShen commented on code in PR #3393:
URL: https://github.com/apache/calcite/pull/3393#discussion_r1340867357
##########
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java:
##########
@@ -281,6 +283,9 @@ public class SqlToRelConverter {
*/
private final Deque<String> datasetStack = new ArrayDeque<>();
+ /** Stack of currently processed operators. */
Review Comment:
This code comment could be more detailed,you could give a code comment as to
why this stack is there,it is better to help others understand.
--
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]