danny0405 commented on code in PR #11576:
URL: https://github.com/apache/hudi/pull/11576#discussion_r1667216706
##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/utils/shims/Hive2Shim.java:
##########
@@ -42,6 +42,11 @@ public Writable getTimestampWriteable(long value, boolean
timestampMillis) {
return new TimestampWritable(timestamp);
}
+ @Override
+ public Object getPrimitiveJavaObject(Object o) {
Review Comment:
Maybe we can name it `unwrapTimestampAsPrimitive`
--
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]