zhoujinsong opened a new issue, #256: URL: https://github.com/apache/amoro/issues/256
### Description Support insert part of columns of arctic table with flink in streaming mode ### Use case/motivation Arctic only support insert all table columns with flink in streaming mode now. If souce table DOES NOT have all columns which sink table need, user must join multiple source table, which will cause a big state problem. If Arctic support insert part of columns, user can start multiple flink job and each job insert part of columns(including join column) into arctic table to avoid problem mentioned above. ### Describe the solution - Support insert part of columns of arctic table with flink in streaming mode - Merge all columns together when optiming ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
