jerryshao commented on a change in pull request #674: [WIP]Supports spark-3.0 
data source V2 APIs
URL: https://github.com/apache/incubator-iceberg/pull/674#discussion_r353586701
 
 

 ##########
 File path: api/src/main/java/org/apache/iceberg/Table.java
 ##########
 @@ -228,4 +228,13 @@ default AppendFiles newFastAppend() {
    * @return a {@link LocationProvider} to provide locations for new data files
    */
   LocationProvider locationProvider();
+
+  /**
+   * Return the name of this table.
+   *
+   * @return this table's name
+   */
+  default String name() {
 
 Review comment:
   This newly added method should be well defined, should it return 
`TableIdentifier` or just `String`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to