yunqingmoswu commented on code in PR #6541:
URL: https://github.com/apache/inlong/pull/6541#discussion_r1024954760
##########
inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java:
##########
@@ -426,8 +614,10 @@ private boolean hasRecords() {
private RespContent load(String tableIdentifier, String result) throws
IOException {
String[] tableWithDb = tableIdentifier.split("\\.");
RespContent respContent = null;
- // Dynamic set COLUMNS_KEY for tableIdentifier every time
- executionOptions.getStreamLoadProp().put(COLUMNS_KEY,
columnsMap.get(tableIdentifier));
+ // Dynamic set COLUMNS_KEY for tableIdentifier every time for whole db
migration
Review Comment:
Maybe it is better for 'Dynamic set COLUMNS_KEY for tableIdentifier every
time for multiple sink scenario'
--
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]