danielhumanmod commented on code in PR #569:
URL: https://github.com/apache/incubator-xtable/pull/569#discussion_r1877430122


##########
xtable-core/src/main/java/org/apache/xtable/delta/DeltaConversionTarget.java:
##########
@@ -264,7 +330,8 @@ private void commitTransaction() {
       transaction.updateMetadata(metadata, false);
       transaction.commit(
           actions,
-          new 
DeltaOperations.Update(Option.apply(Literal.fromObject("xtable-delta-sync"))));
+          new 
DeltaOperations.Update(Option.apply(Literal.fromObject("xtable-delta-sync"))),
+          ScalaUtils.convertJavaMapToScala(getCommitTags()));

Review Comment:
   Here `xtable-delta-sync` is the operation, and the tags is more recommended 
to store the metadata as k-v pairs 



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

Reply via email to