xuzifu666 commented on code in PR #4939:
URL: https://github.com/apache/calcite/pull/4939#discussion_r3238666726
##########
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -661,8 +672,35 @@ private boolean expandStar(List<SqlNode> selectItems,
Set<String> aliases,
final List<SqlIdentifier> excludeIdentifiers =
excludeList == null ? Collections.emptyList() :
extractExcludeIdentifiers(excludeList);
final boolean[] excludeMatched = new boolean[excludeIdentifiers.size()];
+ final Map<String, SqlNode> replaceMap =
Review Comment:
Yes, I removed the invalid reference here.
--
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]