spark git commit: [MINOR][TEST] Fix class name for Pandas UDF tests

2018-02-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 036a04b29 -> 775e1 [MINOR][TEST] Fix class name for Pandas UDF tests In https://github.com/apache/spark/commit/b2ce17b4c9fea58140a57ca1846b2689b15c0d61, I mistakenly renamed `VectorizedUDFTests` to `ScalarPandasUDF`. This PR fixes

spark git commit: [MINOR][TEST] Fix class name for Pandas UDF tests

2018-02-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master ac7454cac -> caf304456 [MINOR][TEST] Fix class name for Pandas UDF tests ## What changes were proposed in this pull request? In https://github.com/apache/spark/commit/b2ce17b4c9fea58140a57ca1846b2689b15c0d61, I mistakenly renamed `Vector