jonvex commented on code in PR #14076:
URL: https://github.com/apache/hudi/pull/14076#discussion_r2471112360
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/stats/SparkValueMetadataUtils.java:
##########
@@ -144,7 +144,7 @@ public static Comparable convertSparkToJava(ValueMetadata
valueMetadata, Object
* we need to return java.sql.Timestamp and java.sql.Date
*
*/
- public static Object convertJavaTypeToSparkType(Comparable<?> javaVal,
boolean useJava8api) {
+ public static Object convertJavaTypeToSparkType(Object javaVal, boolean
useJava8api) {
Review Comment:
I need to pass Object into this, and it doesn't change the functionality
--
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]