aokolnychyi commented on code in PR #5601:
URL: https://github.com/apache/iceberg/pull/5601#discussion_r953009959
##########
api/src/main/java/org/apache/iceberg/PartitionKey.java:
##########
@@ -36,7 +36,7 @@ public class PartitionKey implements StructLike, Serializable
{
private final PartitionSpec spec;
private final int size;
private final Object[] partitionTuple;
- private final Transform[] transforms;
+ private final Function[] transforms;
Review Comment:
Well, it is probably not possible because of array covariance in Java.
Forget about it.
--
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]