File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sql/catalyst/src/main/scala/org/apache/spark/sql/internal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments