spark git commit: [SPARK-24246][SQL] Improve AnalysisException by setting the cause when it's available

2018-05-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 1430fa80e -> c26f67325 [SPARK-24246][SQL] Improve AnalysisException by setting the cause when it's available ## What changes were proposed in this pull request? If there is an exception, it's better to set it as the cause of

spark git commit: [SPARK-24246][SQL] Improve AnalysisException by setting the cause when it's available

2018-05-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 88003f02c -> 2f60df09d [SPARK-24246][SQL] Improve AnalysisException by setting the cause when it's available ## What changes were proposed in this pull request? If there is an exception, it's better to set it as the cause of