You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2017/07/20 20:51:00 UTC

[jira] [Created] (DRILL-5680) BasicPhysicalOpUnitTest can't run in Eclipse with Java 8

Paul Rogers created DRILL-5680:
----------------------------------

             Summary: BasicPhysicalOpUnitTest can't run in Eclipse with Java 8
                 Key: DRILL-5680
                 URL: https://issues.apache.org/jira/browse/DRILL-5680
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.11.0
            Reporter: Paul Rogers
            Priority: Minor


A unit test failure was detected in the test {{BasicPhysicalOpUnitTest}}. Wanted to run this test in Eclipse to track down the error. But, this test uses Mockito which cannot run in Java 8 under Eclipse:

{code}
java.lang.UnsupportedClassVersionError: org/apache/drill/test/DrillTest : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)