JiajunBernoulli commented on code in PR #3055:
URL: https://github.com/apache/calcite/pull/3055#discussion_r1098230492
##########
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -6888,6 +6891,31 @@ static class ExtendedExpander extends Expander {
return super.visit(literal);
}
+
+ /**
+ * Returns whether a given node contains a {@link SqlIdentifier}.
+ *
+ * @param parent a SqlNode
+ * @param children a SqlIdentifier
+ */
+ private boolean containIdentifier(SqlNode parent, SqlIdentifier children) {
Review Comment:
Good catch, thanks for your review.
--
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]