Repository: spark
Updated Branches:
refs/heads/branch-1.3 2dc94cd8b -> 52386cf44
[SPARK-4877] Allow user first classes to extend classes in the parent.
Previously, the classloader isolation was almost too good, such
that if a child class needed to load/reference a class that was
only available
Repository: spark
Updated Branches:
refs/heads/master c01b9852e -> 9792bec59
[SPARK-4877] Allow user first classes to extend classes in the parent.
Previously, the classloader isolation was almost too good, such
that if a child class needed to load/reference a class that was
only available in