GitHub user windpiger opened a pull request: https://github.com/apache/spark/pull/17176
[SPARK-19833][SQL]remove SQLConf.HIVE_VERIFY_PARTITION_PATH, always return empty when the location does not exists ## What changes were proposed in this pull request? In SPARK-5068, we introduce a SQLConf spark.sql.hive.verifyPartitionPath, if it is set to true, it will avoid the task failed when the patition location does not exists in the filesystem. this situation should always return emtpy and don't lead to the task failed, here we remove this conf. ## How was this patch tested? modify a test case You can merge this pull request into a Git repository by running: $ git pull https://github.com/windpiger/spark removeHiveVerfiyPath Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/17176.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #17176 ---- commit 95aa9317b228220961074c04df06e1d08d2d8556 Author: windpiger <song...@outlook.com> Date: 2017-03-06T09:16:05Z [SPARK-19833][SQL]remove SQLConf.HIVE_VERIFY_PARTITION_PATH, always return empty when the location does not exists ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org