gh-yzou commented on code in PR #1543:
URL: https://github.com/apache/polaris/pull/1543#discussion_r2130180765


##########
spec/polaris-catalog-apis/generic-tables-api.yaml:
##########
@@ -205,13 +207,21 @@ components:
       description: >
         Generic Table information.
         
-        - `name` name for the generic table
+        - `name`(REQUIRED): name for the generic table
+        
+        - `format`(REQUIRED): format for the generic table, i.e. "delta", "csv"
         
-        - `format` format for the generic table, i.e. "delta", "csv"
+        - `location`(OPTIONAL): table root location in URI format. For 
example: s3://<my-bucket>/path/to/table.
+          - The table root location is a location that includes all files for 
the table.

Review Comment:
   @dimas-b i will follow up with a dedicated webpage for generic table



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to