Repository: spark
Updated Branches:
  refs/heads/branch-2.0 1fe0bcdd0 -> 5c56bc00c


[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 <shiva...@cs.berkeley.edu>

Closes #14208 from shivaram/spark-sql-doc-fix.

(cherry picked from commit 01c4c1fa539a6c601ea0d8960363e895c17a8f76)
Signed-off-by: Reynold Xin <r...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5c56bc00
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5c56bc00
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5c56bc00

Branch: refs/heads/branch-2.0
Commit: 5c56bc00ce6d873107010e574f53a4fa5a23bd27
Parents: 1fe0bcd
Author: Shivaram Venkataraman <shiva...@cs.berkeley.edu>
Authored: Thu Jul 14 14:19:30 2016 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Thu Jul 14 14:19:35 2016 -0700

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/5c56bc00/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index f5d1fee..a4127da 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -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">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to