mihaibudiu commented on code in PR #5077:
URL: https://github.com/apache/calcite/pull/5077#discussion_r3562012960


##########
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:
   Let's then not call it a "table", tables are persistent. Call it a 
"relation" if you need. Or perhaps "fromDataSource", or something like that.



-- 
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]

Reply via email to