rdblue commented on a change in pull request #4280:
URL: https://github.com/apache/iceberg/pull/4280#discussion_r821216531



##########
File path: api/src/main/java/org/apache/iceberg/Table.java
##########
@@ -286,4 +286,11 @@ default AppendFiles newFastAppend() {
    * Returns a {@link LocationProvider} to provide locations for new data 
files.
    */
   LocationProvider locationProvider();
+
+  /**
+   * Return a map of string parameters for this table.
+   *
+   * @return this table's parameters map
+   */
+  Map<String, String> parameters();

Review comment:
       Yeah, I really doubt that we should be changing the table API for this.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to