kbendick commented on code in PR #4868:
URL: https://github.com/apache/iceberg/pull/4868#discussion_r882215817
##########
api/src/main/java/org/apache/iceberg/transforms/PartitionSpecVisitor.java:
##########
@@ -86,6 +86,10 @@ default T alwaysNull(int fieldId, String sourceName, int
sourceId) {
throw new UnsupportedOperationException("Void transform is not supported");
}
+ default T alwaysNull(String sourceName, int sourceId) {
+ throw new UnsupportedOperationException("Void transform is not supported");
Review Comment:
Nit: Copy paste error? This is not the Void transform. Should be `Always
null transform is not supoprted` (if needed at all).
--
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]