rdblue commented on a change in pull request #4061:
URL: https://github.com/apache/iceberg/pull/4061#discussion_r802011891
##########
File path:
flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/sink/FlinkSink.java
##########
@@ -267,6 +269,22 @@ public Builder uidPrefix(String newPrefix) {
return this;
}
+ public Builder customSnapshotMetadata(Map<String, String> metadata) {
Review comment:
How about `setSnapshotProperties` and `setSnapshotProperty`? Even those
seem a bit long, but it is pretty clear.
--
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]