Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/8512#discussion_r38594747
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala ---
@@ -311,6 +311,19 @@ private[spark] object SQLConf {
defaultValue = Some(false),
doc = "When true, enable filter pushdown for ORC files.")
+ val HIVE_PARALLEL_FILE_LISTING_ENABLED =
booleanConf("spark.sql.hive.parallelFileListing",
+ defaultValue = Some(false),
--- End diff --
Have you test this feature with HDFS, or will it introduce regression for
other workload?
If not, we should turn it on by default, or even don't have this config
(it's annoying to see more and more configs coming up).
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]