From ad6408f2c64e46e924d59e8efa08a6dc494c4c72 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Sat, 7 Nov 2015 19:47:26 +0530 Subject: [PATCH] [DOC] [SQL] Remove redundant out-of-place python snippet This snippet seems to be mistakenly introduced at two places in #5348. --- docs/sql-programming-guide.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index 2fe5c36338899..085874133d968 100644 --- a/docs/sql-programming-guide.md +++ b/docs/sql-programming-guide.md @@ -1089,15 +1089,6 @@ for (teenName in collect(teenNames)) { -
- -{% highlight python %} -# sqlContext is an existing HiveContext -sqlContext.sql("REFRESH TABLE my_table") -{% endhighlight %} - -
-
{% highlight sql %}