kbendick commented on code in PR #5120:
URL: https://github.com/apache/iceberg/pull/5120#discussion_r907959941
##########
api/src/main/java/org/apache/iceberg/expressions/Literals.java:
##########
@@ -88,6 +88,22 @@ static <T> Literal<T> from(T value) {
"Cannot create expression literal from %s: %s",
value.getClass().getName(), value));
}
+ public static Literal<Object> fromJavaType(Object value) {
Review Comment:
+1. Particularly about keeping this out of `api` where we have compatibility
guarantees.
--
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]