Repository: spark
Updated Branches:
  refs/heads/branch-1.5 3917f6153 -> ea786a196


[DOC][SQL] Remove redundant out-of-place python snippet

This snippet seems to be mistakenly introduced at two places in #5348.

Author: Rohit Agarwal <mindpri...@gmail.com>

Closes #9540 from mindprince/patch-1.

(cherry picked from commit 5c4e6d7ec9157c02494a382dfb49e7fbde3be222)
Signed-off-by: Sean Owen <so...@cloudera.com>


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

Branch: refs/heads/branch-1.5
Commit: ea786a19644f3790e4368177458e5e09c13af41f
Parents: 3917f61
Author: Rohit Agarwal <mindpri...@gmail.com>
Authored: Sun Nov 8 14:24:26 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Nov 8 14:24:45 2015 +0000

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ea786a19/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 9b341fb..0f34713 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1051,15 +1051,6 @@ for (teenName in collect(teenNames)) {
 
 </div>
 
-<div data-lang="python"  markdown="1">
-
-{% highlight python %}
-# sqlContext is an existing HiveContext
-sqlContext.sql("REFRESH TABLE my_table")
-{% endhighlight %}
-
-</div>
-
 <div data-lang="sql"  markdown="1">
 
 {% highlight sql %}


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

Reply via email to