gong commented on code in PR #592: URL: https://github.com/apache/inlong-website/pull/592#discussion_r1018748669
########## docs/data_node/load_node/iceberg.md: ########## @@ -147,6 +147,103 @@ TODO ### Usage for InLong Manager Client TODO +## Feature +### Multiple table sink +Currently Iceberg support multiple table sinking, it require FLINK SQL create table parameters add +`'sink.multiple.enable' = 'true'` and target table schema can only be defined as `BINARY` or `STRING` Review Comment: `BINARY` should change to `BYTES` -- 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]
