[
https://issues.apache.org/jira/browse/SPARK-14436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228921#comment-15228921
]
Apache Spark commented on SPARK-14436:
--------------------------------------
User 'vanzin' has created a pull request for this issue:
https://github.com/apache/spark/pull/12212
> 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: [email protected]
For additional commands, e-mail: [email protected]