Skip to content

Commit 8ae87fc

Browse files
committed
fix
1 parent f2bd2c8 commit 8ae87fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ working with timestamps in `pandas_udf`s to get the best performance, see
17761776

17771777
## Upgrading From Spark SQL 2.2 to 2.3
17781778

1779-
- Since Spark 2.3, Spark supports a vectorized ORC reader with a new ORC file format for ORC files. To do that, the following configurations are newly added or change their default values. For ORC tables, the vectorized reader will be used for the tables created by `USING ORC`. With `spark.sql.hive.convertMetastoreOrc`, it will for the tables created by `USING HIVE OPTIONS (fileFormat 'ORC')`, too.
1779+
- Since Spark 2.3, Spark supports a vectorized ORC reader with a new ORC file format for ORC files. To do that, the following configurations are newly added or change their default values. For ORC tables, the vectorized reader will be used for the tables created by `USING ORC`. With `spark.sql.hive.convertMetastoreOrc=true`, it will for the tables created by `USING HIVE OPTIONS (fileFormat 'ORC')`, too.
17801780

17811781
- New configurations
17821782

0 commit comments

Comments
 (0)