Repository: spark
Updated Branches:
  refs/heads/branch-1.6 0bc813b45 -> 7b3736098


[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/7b373609
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7b373609
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7b373609

Branch: refs/heads/branch-1.6
Commit: 7b37360981c63c7ecfc998b413cf019756992973
Parents: 0bc813b
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:34 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/spark/blob/7b373609/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 2fe5c36..0858741 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1089,15 +1089,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