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


##########
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:
   @mihaibudiu @xiedeyantu Sorry for the late reply. As you mentioned, the 
grammar file does not mandate fully qualified table names, and I have made the 
changes.



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