xiedeyantu commented on code in PR #4665:
URL: https://github.com/apache/calcite/pull/4665#discussion_r2627300647
##########
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -766,6 +766,21 @@ private boolean expandStar(List<SqlNode> selectItems,
Set<String> aliases,
}
}
+ private List<SqlNode> expandRowStar(SqlIdentifier identifier, SelectScope
scope) {
Review Comment:
Perhaps we can consider supporting this in the next PR, because there is
currently a limitation: the EXCLUDE syntax is only enabled in Babel. Should we
also keep ROW(* EXCLUDE(...)) supported in Babel?
--
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]