LakeShen commented on code in PR #3442:
URL: https://github.com/apache/calcite/pull/3442#discussion_r1339671789
##########
server/src/main/java/org/apache/calcite/server/ServerDdlExecutor.java:
##########
@@ -154,6 +156,13 @@ static Pair<CalciteSchema, String>
schema(CalcitePrepare.Context context,
return Pair.of(schema, name);
}
+ static Table table(CalcitePrepare.Context context, SqlIdentifier id) {
Review Comment:
Could we give some code comments for this method?It is better to help others
understand this method.
--
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]