Skip to content

Commit

Permalink
[SPARK-10350] [DOC] [SQL] Removed duplicated option description from …
Browse files Browse the repository at this point in the history
…SQL guide

Author: GuoQiang Li <[email protected]>

Closes apache#8520 from witgo/SPARK-10350.
  • Loading branch information
witgo authored and marmbrus committed Aug 29, 2015
1 parent e8ea5ba commit 5369be8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/sql-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1405,16 +1405,6 @@ Configuration of Parquet can be done using the `setConf` method on `SQLContext`
</p>
</td>
</tr>
<tr>
<td><code>spark.sql.parquet.mergeSchema</code></td>
<td><code>false</code></td>
<td>
<p>
When true, the Parquet data source merges schemas collected from all data files, otherwise the
schema is picked from the summary file or a random data file if no summary file is available.
</p>
</td>
</tr>
</table>

## JSON Datasets
Expand Down

0 comments on commit 5369be8

Please sign in to comment.