lintingbin2009 commented on issue #4190:
URL: https://github.com/apache/iceberg/issues/4190#issuecomment-1132434162

   We also met this problem in our scenarios. We modify schema of the sink 
iceberg table frequently. Now I try to get the table schema through iceberg 
table refresh api to dynamically construct a DataStream<RowData> to add new 
columns. It is possible to add new columns, but writing new columns to iceberg 
sink does not take effect, because sink does not support dynamic update of 
schema.If iceberg flink sink writer can add iceberg table refresh function 
support, it will be more convenient to use. After all, it takes a minute or two 
to restart flink now. @stevenzwu 


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