kokila-19 commented on code in PR #5404:
URL: https://github.com/apache/hive/pull/5404#discussion_r2054655781


##########
serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/ObjectInspectorUtils.java:
##########
@@ -1654,27 +1652,4 @@ public static boolean 
hasAllFieldsSettable(ObjectInspector oi,
   private ObjectInspectorUtils() {
     // prevent instantiation
   }
-
-  /**
-   * Returns slot value used for ordering the fields to make it deterministic
-   * @param field : field of a given class
-   * @return
-   */
-  private static int getSlotValue(Field field) {

Review Comment:
   From JDK12 , Field class is field filtered out so we cannot access them via 
reflection. Added details in the ticket. 
   https://issues.apache.org/jira/browse/HIVE-28643 



-- 
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: gitbox-unsubscr...@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to