[
https://issues.apache.org/jira/browse/HIVE-28643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kokila N resolved HIVE-28643.
-----------------------------
Fix Version/s: NA
Resolution: Duplicate
Fixed in HIVE-26473
> Test failures with "Error getting slot value"
> ---------------------------------------------
>
> Key: HIVE-28643
> URL: https://issues.apache.org/jira/browse/HIVE-28643
> Project: Hive
> Issue Type: Sub-task
> Reporter: Kokila N
> Assignee: Kokila N
> Priority: Major
> Labels: pull-request-available
> Fix For: NA
>
>
> The solution utilizes the *slot* variable in the *Field* object to maintain
> the order, which helps prevent flaky tests in serde module. 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.
> Currently reverting the commit to move forward , need to address this issue
> later.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)