rdblue commented on code in PR #12682:
URL: https://github.com/apache/iceberg/pull/12682#discussion_r2059082950
##########
core/src/main/java/org/apache/iceberg/variants/PrimitiveWrapper.java:
##########
@@ -45,6 +47,12 @@ class PrimitiveWrapper<T> implements VariantPrimitive<T> {
VariantUtil.primitiveHeader(Primitives.TYPE_DECIMAL16);
private static final byte BINARY_HEADER =
VariantUtil.primitiveHeader(Primitives.TYPE_BINARY);
private static final byte STRING_HEADER =
VariantUtil.primitiveHeader(Primitives.TYPE_STRING);
+ private static final byte TIMENTZ_HEADER =
VariantUtil.primitiveHeader(Primitives.TYPE_TIME);
Review Comment:
Another reference to TIME with NTZ suffix.
--
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]