stevenzwu commented on a change in pull request #3998:
URL: https://github.com/apache/iceberg/pull/3998#discussion_r812536482
##########
File path:
flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/sink/FlinkSink.java
##########
@@ -375,7 +387,7 @@ private String operatorName(String suffix) {
}
// Fallback to use upsert mode parsed from table properties if don't
specify in job level.
- boolean upsertMode = upsert ||
PropertyUtil.propertyAsBoolean(table.properties(),
+ boolean upsertMode = upsert || PropertyUtil.propertyAsBoolean(props,
Review comment:
I think Ryan meant passing Properties like `distributeDataStream` method
--
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]