[ 
https://issues.apache.org/jira/browse/HIVE-22415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135968#comment-17135968
 ] 

David Mollitor commented on HIVE-22415:
---------------------------------------

[~ashutoshc]

https://github.com/datanucleus/datanucleus-core/blob/c94645110b7c25f1e11b09bb25501e28b44d2ebf/src/main/java/org/datanucleus/asm/ClassReader.java#L169-L171

{code:java|title=ClassReader.java}
        if (readShort(off + 6) > Opcodes.V1_8) {
            throw new IllegalArgumentException();
        }
{code}

The plugin is using the datanucleaus-core library and there is a check 
specially blocking anything higher than Java 1.8

> Upgrade to Java 11
> ------------------
>
>                 Key: HIVE-22415
>                 URL: https://issues.apache.org/jira/browse/HIVE-22415
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Critical
>
> Upgrade Hive to Java JDK 11



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to