Dwrite commented on code in PR #4692:
URL: https://github.com/apache/calcite/pull/4692#discussion_r2665196734
##########
core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java:
##########
@@ -133,11 +133,14 @@
*/
public class RelToSqlConverter extends SqlImplementor
implements ReflectiveVisitor {
+
private final ReflectUtil.MethodDispatcher<Result> dispatcher;
private final Deque<Frame> stack = new ArrayDeque<>();
- /** Creates a RelToSqlConverter. */
+ /**
Review Comment:
Very sorry for the noise. I have removed the spurious changes (formatting
and unrelated logic) and kept only the necessary fixes for CALCITE-7279. Please
take another look when you have a chance.
--
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]