qidian99 commented on PR #1261:
URL:
https://github.com/apache/incubator-paimon/pull/1261#issuecomment-1570415060
Yes the idea of inducing a database sync mode is legit, and I refactored the
code according.
However, for dynamic-tables mode, we need to take more attention when
routing static tables and newly tables into new operators, because
1) the output tag of the new tables is determined at runtime, and
2) it's reasonable for users to switch back and forth between these two
modes, e.g., using previous savepoint to start the database sync action.
Therefore, at this time being I route existing tables to single-table sinks
and dynamic sink to multiple-tables sink.
--
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]