aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorGuoQiang Li <witgo@qq.com>2015-08-29 13:20:22 -0700
committerMichael Armbrust <michael@databricks.com>2015-08-29 13:20:27 -0700
commit5369be806848f43cb87c76504258c4e7de930c90 (patch)
tree06a8b550957fb0e36908808847b9124712b4b193 /docs/sql-programming-guide.md
parente8ea5bafee9ca734edf62021145d0c2d5491cba8 (diff)
downloadspark-5369be806848f43cb87c76504258c4e7de930c90.tar.gz
spark-5369be806848f43cb87c76504258c4e7de930c90.tar.bz2
spark-5369be806848f43cb87c76504258c4e7de930c90.zip
[SPARK-10350] [DOC] [SQL] Removed duplicated option description from SQL guide
Author: GuoQiang Li <witgo@qq.com> Closes #8520 from witgo/SPARK-10350.
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index e8eb88488e..6a1b0fbfa1 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -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