nastra commented on code in PR #14882:
URL: https://github.com/apache/iceberg/pull/14882#discussion_r2791784301


##########
api/src/main/java/org/apache/iceberg/expressions/Literals.java:
##########
@@ -587,6 +588,32 @@ public <T> Literal<T> to(Type type) {
           BigDecimal decimal = new BigDecimal(value().toString());
           return (Literal<T>) new DecimalLiteral(decimal);
 
+        case FIXED:

Review Comment:
   this is great. I think it would be good to have a unit test in the `api` 
module for this change



-- 
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]

Reply via email to