spark git commit: [SPARK-20940][CORE] Replace IllegalAccessError with IllegalStateException

2017-05-31 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.2 f59f9a380 -> a607a26b3 [SPARK-20940][CORE] Replace IllegalAccessError with IllegalStateException ## What changes were proposed in this pull request? `IllegalAccessError` is a fatal error (a subclass of LinkageError) and its meaning is

spark git commit: [SPARK-20940][CORE] Replace IllegalAccessError with IllegalStateException

2017-05-31 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.0 9846a3c4b -> cd870c0c9 [SPARK-20940][CORE] Replace IllegalAccessError with IllegalStateException ## What changes were proposed in this pull request? `IllegalAccessError` is a fatal error (a subclass of LinkageError) and its meaning is

spark git commit: [SPARK-20940][CORE] Replace IllegalAccessError with IllegalStateException

2017-05-31 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.1 46400867c -> dade85f7f [SPARK-20940][CORE] Replace IllegalAccessError with IllegalStateException ## What changes were proposed in this pull request? `IllegalAccessError` is a fatal error (a subclass of LinkageError) and its meaning is

spark git commit: [SPARK-20940][CORE] Replace IllegalAccessError with IllegalStateException

2017-05-31 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 2bc327288 -> 24db35826 [SPARK-20940][CORE] Replace IllegalAccessError with IllegalStateException ## What changes were proposed in this pull request? `IllegalAccessError` is a fatal error (a subclass of LinkageError) and its meaning is `Th