You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "JIN SUN (JIRA)" <ji...@apache.org> on 2018/10/24 00:46:00 UTC

[jira] [Created] (FLINK-10657) TPCHQuery3 fail with IllegalAccessException

JIN SUN created FLINK-10657:
-------------------------------

             Summary: TPCHQuery3 fail with IllegalAccessException
                 Key: FLINK-10657
                 URL: https://issues.apache.org/jira/browse/FLINK-10657
             Project: Flink
          Issue Type: Improvement
          Components: E2E Tests
            Reporter: JIN SUN
            Assignee: JIN SUN
             Fix For: 1.7.0


Similar with [FLINK-7998|https://issues.apache.org/jira/browse/FLINK-7998], ShoppingPriorityItem in example TPCHQuery3.java are set to private. This causes an IllegalAccessException exception because of reflection check in dynamic class instantiation. Making them public resolves the problem 



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