tomtongue commented on code in PR #13214:
URL: https://github.com/apache/iceberg/pull/13214#discussion_r2123675739


##########
docs/docs/flink-ddl.md:
##########
@@ -152,6 +152,18 @@ Table create commands support the commonly used [Flink 
create clauses](https://n
 * `COMMENT 'table document'` to set a table description.
 * `WITH ('key'='value', ...)` to set [table configuration](configuration.md) 
which will be stored in Iceberg table properties.
 
+To specify the table location, use `WITH ('location'='fully-qualified-uri')` 
instead of `LOCATION`:

Review Comment:
   Okay I understand that, thanks so much for the explanation!



-- 
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...@iceberg.apache.org

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


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

Reply via email to