Skip to content

Commit 1486382

Browse files
committed
Update config doc.
1 parent 9903e05 commit 1486382

File tree

1 file changed

+3
-3
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+3
-3
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,9 +2080,9 @@ object SQLConf {
20802080
.doc("A comma-separated list of data source short names or fully qualified data source " +
20812081
"implementation class names for which Spark tries to push down predicates for nested " +
20822082
"columns and/or names containing `dots` to data sources. This configuration is only " +
2083-
"effective with file-based data source in DSv1. Currently, Parquet implements " +
2084-
"both optimizations while ORC only supports predicates for names containing `dots`. The " +
2085-
"other data sources don't support this feature yet. So the default value is 'parquet,orc'.")
2083+
"effective with file-based data source in DSv1. Currently, Parquet and ORC implement " +
2084+
"both optimizations. The other data sources don't support this feature yet. So the " +
2085+
"default value is 'parquet,orc'.")
20862086
.version("3.0.0")
20872087
.stringConf
20882088
.createWithDefault("parquet,orc")

0 commit comments

Comments
 (0)