spark git commit: [SPARK-23852][SQL] Add withSQLConf(...) to test case

2018-05-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.3 a8ee5706a -> 6dfb51557 [SPARK-23852][SQL] Add withSQLConf(...) to test case ## What changes were proposed in this pull request? Add a `withSQLConf(...)` wrapper to force Parquet filter pushdown for a test that relies on it. ## How

spark git commit: [SPARK-23852][SQL] Add withSQLConf(...) to test case

2018-05-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 8cd83acf4 -> 061e0084c [SPARK-23852][SQL] Add withSQLConf(...) to test case ## What changes were proposed in this pull request? Add a `withSQLConf(...)` wrapper to force Parquet filter pushdown for a test that relies on it. ## How was