spark git commit: [SPARK-22379][PYTHON] Reduce duplication setUpClass and tearDownClass in PySpark SQL tests

2017-10-29 Thread ueshin
Repository: spark Updated Branches: refs/heads/master 1fe27612d -> 188b47e68 [SPARK-22379][PYTHON] Reduce duplication setUpClass and tearDownClass in PySpark SQL tests ## What changes were proposed in this pull request? This PR propose to add `ReusedSQLTestCase` which deduplicate

spark git commit: [SPARK-22344][SPARKR] Set java.io.tmpdir for SparkR tests

2017-10-29 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.1 aa023fddb -> 3d6d88996 [SPARK-22344][SPARKR] Set java.io.tmpdir for SparkR tests This PR sets the java.io.tmpdir for CRAN checks and also disables the hsperfdata for the JVM when running CRAN checks. Together this prevents files

spark git commit: [SPARK-22344][SPARKR] Set java.io.tmpdir for SparkR tests

2017-10-29 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.2 cac6506ca -> f973587c9 [SPARK-22344][SPARKR] Set java.io.tmpdir for SparkR tests This PR sets the java.io.tmpdir for CRAN checks and also disables the hsperfdata for the JVM when running CRAN checks. Together this prevents files

spark git commit: [SPARK-22344][SPARKR] Set java.io.tmpdir for SparkR tests

2017-10-29 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 659acf18d -> 1fe27612d [SPARK-22344][SPARKR] Set java.io.tmpdir for SparkR tests This PR sets the java.io.tmpdir for CRAN checks and also disables the hsperfdata for the JVM when running CRAN checks. Together this prevents files from

spark git commit: Revert "[SPARK-22308] Support alternative unit testing styles in external applications"

2017-10-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master bc7ca9786 -> 659acf18d Revert "[SPARK-22308] Support alternative unit testing styles in external applications" This reverts commit 592cfeab9caeff955d115a1ca5014ede7d402907. Project: http://git-wip-us.apache.org/repos/asf/spark/repo

spark git commit: [SPARK-22291][SQL] Conversion error when transforming array types of uuid, inet and cidr to StingType in PostgreSQL

2017-10-29 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 544a1ba67 -> bc7ca9786 [SPARK-22291][SQL] Conversion error when transforming array types of uuid, inet and cidr to StingType in PostgreSQL ## What changes were proposed in this pull request? This PR fixes the conversion error when reads

spark git commit: [SPARK-22375][TEST] Test script can fail if eggs are installed by set…

2017-10-29 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 7fdacbc77 -> 544a1ba67 [SPARK-22375][TEST] Test script can fail if eggs are installed by set… …up.py during test process ## What changes were proposed in this pull request? Ignore the python/.eggs folder when running lint-python ##