voonhous commented on code in PR #11612:
URL: https://github.com/apache/hudi/pull/11612#discussion_r1675052225


##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/utils/shims/Hive3Shim.java:
##########
@@ -40,7 +40,8 @@ public class Hive3Shim implements HiveShim {
   public static final String TIMESTAMP_WRITEABLE_V2_CLASS = 
"org.apache.hadoop.hive.serde2.io.TimestampWritableV2";
   public static final String DATE_WRITEABLE_V2_CLASS = 
"org.apache.hadoop.hive.serde2.io.DateWritableV2";
 
-  private static Class<?> TIMESTAMP_CLASS = null;
+  private static Class<?> TIMESTAMP_CLZZ = null;

Review Comment:
   
https://stackoverflow.com/questions/2529974/why-do-java-programmers-like-to-name-a-variable-clazz
   



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to