kokila-19 commented on PR #5404: URL: https://github.com/apache/hive/pull/5404#issuecomment-2496801034
@nikunjagarwal321 The patch https://github.com/apache/hive/pull/5527 that resolved serde flaky tests is not working with JDK17. The solution utilizes the **slot** variable in the **Field** object to maintain the order, which helps prevent flaky tests. However, with JDK 17, all tests that rely on this slot are failing with the error: "java.lang.RuntimeException: Error getting a slot value". Debugging reveals a NoSuchFieldException, despite the fact that JDK 17 includes the slot variable. This issue is likely related to reflection, even though the --add-opens flag is used to allow access to private fields. Could you provide us with more context on this solution? -- 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