Revision 36fa1980c24c5c697982b107c8f9714f3eb57f36 authored by Sean Owen on 09 December 2019, 20:41:48 UTC, committed by Sean Owen on 09 December 2019, 20:41:48 UTC
### What changes were proposed in this pull request?

Use Seq instead of Array in sc.parallelize, with reference types.
Remove usage of WrappedArray.

### Why are the changes needed?

These both enable building on Scala 2.13.

### Does this PR introduce any user-facing change?

None

### How was this patch tested?

Existing tests

Closes #26787 from srowen/SPARK-30158.

Authored-by: Sean Owen <sean.owen@databricks.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
1 parent 8a9cccf
History

README.md

back to top