unical1988 commented on code in PR #728:
URL: https://github.com/apache/incubator-xtable/pull/728#discussion_r2346970374


##########
xtable-core/src/main/java/org/apache/xtable/iceberg/IcebergPartitionValueConverter.java:
##########
@@ -190,17 +190,20 @@ public PartitionKey toIceberg(
     if (partitionValues == null || partitionValues.isEmpty()) {
       return null;
     }
-    Map<String, PartitionValue> nameToPartitionInfo =
+    Map<String, List<PartitionValue>> nameToPartitionInfoList =

Review Comment:
   the test passes, and we agreed on the approach, no need to block



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