You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Andy Grove (JIRA)" <ji...@apache.org> on 2018/04/23 16:35:00 UTC

[jira] [Created] (ARROW-2498) [Java] Upgrade to JDK 1.8

Andy Grove created ARROW-2498:
---------------------------------

             Summary: [Java] Upgrade to JDK 1.8
                 Key: ARROW-2498
                 URL: https://issues.apache.org/jira/browse/ARROW-2498
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java - Memory, Java - Vectors
    Affects Versions: 0.11.0
            Reporter: Andy Grove
            Assignee: Andy Grove
             Fix For: 0.11.0


I'm trying to use the parquet-arrow module from parquet-mr but I'm running into this error which I'm pretty sure is because the two projects use different major versions of Java:
{code:java}
  Cause: java.lang.ClassNotFoundException: org.apache.arrow.vector.types.pojo.ArrowType$Struct_{code}
The struct is actually named `Struct` not `Struct_`.

This PR is to track work to upgrade to JDK 1.8

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)