JingsongLi commented on code in PR #5703:
URL: https://github.com/apache/paimon/pull/5703#discussion_r2131875385
##########
paimon-core/src/main/java/org/apache/paimon/manifest/ManifestCommittable.java:
##########
@@ -72,6 +84,10 @@ public void addLogOffset(int bucket, long offset, boolean
allowDuplicate) {
logOffsets.put(bucket, newOffset);
}
+ public void addProperty(String key, String value) {
Review Comment:
Can you show the example? How to add property? Add what property.
--
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]