zzwqqq commented on code in PR #5077:
URL: https://github.com/apache/calcite/pull/5077#discussion_r3563368693
##########
core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java:
##########
@@ -2499,13 +2494,16 @@ public Context qualifiedContext() {
return aliasContext(aliases, true);
}
- /** Returns a result that uses derived-table field names. */
+ /** Returns a result for use as a derived table, that is, a query in the
Review Comment:
Thanks. I renamed it to `forDerivedRelation` and updated the related docs to
use “derived relation.” I updated the pr title and description too.
--
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]