rdblue commented on code in PR #12682:
URL: https://github.com/apache/iceberg/pull/12682#discussion_r2058807138
##########
api/src/main/java/org/apache/iceberg/variants/Primitives.java:
##########
@@ -36,6 +36,10 @@ class Primitives {
static final int TYPE_FLOAT = 14;
static final int TYPE_BINARY = 15;
static final int TYPE_STRING = 16;
+ static final int TYPE_TIMENTZ = 17;
Review Comment:
Nit: internal constant using `TIMENTZ`.
--
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]