the-other-tim-brown commented on code in PR #728: URL: https://github.com/apache/incubator-xtable/pull/728#discussion_r2346967560
########## 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: Yes, this is a bug. Must be finished to merge the PR. I am blocking on this -- 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: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org