Skip to content

Commit 5c56bc0

Browse files
shivaramrxin
authored andcommitted
[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. (cherry picked from commit 01c4c1f) Signed-off-by: Reynold Xin <rxin@databricks.com>
1 parent 1fe0bcd commit 5c56bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ In addition to simple column references and expressions, DataFrames also have a
249249
<div data-lang="scala" markdown="1">
250250
The `sql` function on a `SparkSession` enables applications to run SQL queries programmatically and returns the result as a `DataFrame`.
251251

252-
{% include_example run_sql scala/org/apache/spark/examples/sql/SparkSQLExample.scala %}
252+
{% include_example run_sql scala/org/apache/spark/examples/sql/SparkSqlExample.scala %}
253253
</div>
254254

255255
<div data-lang="java" markdown="1">

0 commit comments

Comments
 (0)