talatuyarer commented on code in PR #17938:
URL: https://github.com/apache/iceberg/pull/17938#discussion_r3945420104


##########
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:
   Removed it from the doc. agreed, better not to advertise an experimental 
mechanism we may replace. I've opened a PR adding integration tests for the 
endpoint-based refresh path as groundwork for deprecation of  
`table-refresh-interval` code. If you agree also.



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