[ 
https://issues.apache.org/jira/browse/SPARK-14436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-14436:
------------------------------------

    Assignee:     (was: Apache Spark)

> Illegal access error when running tests that extend 
> JavaDatasetAggregatorSuiteBase
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-14436
>                 URL: https://issues.apache.org/jira/browse/SPARK-14436
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Marcelo Vanzin
>            Priority: Minor
>
> I ran into this when building locally with maven; tests that extend 
> {{JavaDatasetAggregatorSuiteBase}} failed because that class is 
> package-private, and JUnit tries to run annotated methods in that class and 
> fails with an {{IllegalAccessError}}.
> Fix is trivial, just make the class public.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to