Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-26963][MLLIB] SizeEstimator can't make some JDK fields accessi…
…ble in Java 9+ (#580) ## Upstream SPARK-26963 apache#23866 ## What changes were proposed in this pull request? Don't use inaccessible fields in SizeEstimator, which comes up in Java 9+ ## How was this patch tested? Manually ran tests with Java 11; it causes these tests that failed before to pass. This ought to pass on Java 8 as there's effectively no change for Java 8. Closes apache#23866 from srowen/SPARK-26963. Authored-by: Sean Owen <sean.owen@databricks.com> Signed-off-by: Sean Owen <sean.owen@databricks.com>
- Loading branch information