Marcelo Vanzin created SPARK-14436:
--------------------------------------
Summary: 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]