wuwenchi commented on code in PR #5120:
URL: https://github.com/apache/iceberg/pull/5120#discussion_r914355141


##########
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:
   Yes, this way is really not suitable. After the change, this function is no 
longer used. Deleted.



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