aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
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