Repository: spark
Updated Branches:
  refs/heads/master d98190210 -> 5c4e6d7ec


[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.


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

Branch: refs/heads/master
Commit: 5c4e6d7ec9157c02494a382dfb49e7fbde3be222
Parents: d981902
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:26 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/spark/blob/5c4e6d7e/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