xiedeyantu commented on code in PR #4609:
URL: https://github.com/apache/calcite/pull/4609#discussion_r2496653405


##########
core/src/main/java/org/apache/calcite/sql/SqlTableRef.java:
##########
@@ -36,8 +36,15 @@ public class SqlTableRef extends SqlCall {
 
   //~ Instance fields --------------------------------------------------------
 
-  private final SqlIdentifier tableName;
-  private final SqlNodeList hints;
+  /**
+   * Table name identifier that contains the fully qualified name of the table.

Review Comment:
   I have a small question: Is "the fully qualified name" correct?



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