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


##########
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:
   we discussed this and said that the paritition column is timestamp, if you 
partition by year and month, the reference to timestamp col will be listed twice



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