RussellSpitzer commented on code in PR #4620:
URL: https://github.com/apache/iceberg/pull/4620#discussion_r861886907
##########
core/src/main/java/org/apache/iceberg/util/PartitionSet.java:
##########
@@ -87,7 +87,7 @@ public boolean add(Pair<Integer, StructLike> pair) {
}
public boolean add(int specId, StructLike struct) {
- Set<StructLike> partitionSet = partitionSetById.computeIfAbsent(specId,
+ StructLikeSet partitionSet = partitionSetById.computeIfAbsent(specId,
Review Comment:
Same here, I was just checking to make sure that there wasn't a bug here we
needed to investigate
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]