pvary commented on code in PR #17938:
URL: https://github.com/apache/iceberg/pull/17938#discussion_r3932089435
##########
docs/docs/flink-configuration.md:
##########
@@ -159,9 +159,15 @@ INSERT INTO tableName /*+ OPTIONS('upsert-enabled'='true')
*/
| compression-level | Table
write.(fileformat).compression-level | Overrides this table's compression level
for Parquet and Avro tables for this write
|
| compression-strategy | Table
write.orc.compression-strategy | Overrides this table's compression
strategy for ORC tables for this write
|
| write-parallelism | Upstream operator parallelism
| Overrides the writer parallelism
|
+| branch | main
| Branch to write to
|
+| table-refresh-interval | null (disabled)
| Interval at which the writers refresh the table metadata, so that
long-running jobs pick up changes such as updated table properties.
Experimental. |
Review Comment:
This one was actually added so the credentials are refreshed by the new
requests to the catalog.
I'm still not convinced that this is the way that this should be solved -
that is why this is experimental.
I would not like to expose this in the doc.
--
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]