Skip to content

Commit

Permalink
address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Feb 2, 2018
1 parent 239714a commit fc5b395
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sql-programming-guide.md
Expand Up @@ -1798,7 +1798,7 @@ working with timestamps in `pandas_udf`s to get the best performance, see
native
</td>
<td>
The name of ORC implementation: 'native' means the native ORC support that is built on Apache ORC 1.4.1 instead of the ORC library in Hive 1.2.1. It is 'hive' by default prior to Spark 2.3.
The name of ORC implementation: `native` means the native ORC support that is built on Apache ORC 1.4.1 instead of the ORC library in Hive 1.2.1. It is `hive` by default prior to Spark 2.3.
</td>
</tr>
<tr>
Expand All @@ -1809,7 +1809,7 @@ working with timestamps in `pandas_udf`s to get the best performance, see
true
</td>
<td>
Enables vectorized orc decoding in 'native' implementation. If 'false', a new non-vectorized ORC reader is used in 'native' implementation.
Enables vectorized orc decoding in `native` implementation. If `false`, a new non-vectorized ORC reader is used in `native` implementation. For `hive` implementation, this is ignored.
</td>
</tr>
<tr>
Expand All @@ -1820,7 +1820,7 @@ working with timestamps in `pandas_udf`s to get the best performance, see
true
</td>
<td>
Enables filter pushdown for ORC files. It is 'false' by default prior to Spark 2.3.
Enables filter pushdown for ORC files. It is `false` by default prior to Spark 2.3.
</td>
</tr>
<tr>
Expand All @@ -1831,7 +1831,7 @@ working with timestamps in `pandas_udf`s to get the best performance, see
true
</td>
<td>
Enable Spark's ORC support instead of Hive SerDe when reading from and writing to Hive ORC tables. It is 'false' by default prior to Spark 2.3.
Enable Spark's ORC support instead of Hive SerDe when reading from and writing to Hive ORC tables. It is `false` by default prior to Spark 2.3.
</td>
</tr>
</table>
Expand Down

0 comments on commit fc5b395

Please sign in to comment.