Skip to content
Snippets Groups Projects
Commit 01c4c1fa authored by Shivaram Venkataraman's avatar Shivaram Venkataraman Committed by Reynold Xin
Browse files

[SPARK-16553][DOCS] Fix SQL example file name in docs

## What changes were proposed in this pull request?

Fixes a typo in the sql programming guide

## How was this patch tested?

Building docs locally

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu>

Closes #14208 from shivaram/spark-sql-doc-fix.
parent 91575cac
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ In addition to simple column references and expressions, DataFrames also have a
<div data-lang="scala" markdown="1">
The `sql` function on a `SparkSession` enables applications to run SQL queries programmatically and returns the result as a `DataFrame`.
{% include_example run_sql scala/org/apache/spark/examples/sql/SparkSQLExample.scala %}
{% include_example run_sql scala/org/apache/spark/examples/sql/SparkSqlExample.scala %}
</div>
<div data-lang="java" markdown="1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment