kbendick commented on a change in pull request #3998:
URL: https://github.com/apache/iceberg/pull/3998#discussion_r796203579



##########
File path: 
flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/sink/FlinkSink.java
##########
@@ -288,7 +295,7 @@ public Builder uidPrefix(String newPrefix) {
 
       // Distribute the records from input data stream based on the 
write.distribution-mode.
       DataStream<RowData> distributeStream = distributeDataStream(
-          rowDataInput, table.properties(), table.spec(), table.schema(), 
flinkRowType);
+          rowDataInput, this.props, table.spec(), table.schema(), 
flinkRowType);

Review comment:
       Nit: We don't use `this` to access instance variables typically other 
than in the constructors and places it's absolutely needed.




-- 
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]

Reply via email to