Skip to content

Commit ad6408f

Browse files
[DOC] [SQL] Remove redundant out-of-place python snippet
This snippet seems to be mistakenly introduced at two places in apache#5348.
1 parent 2ff0e79 commit ad6408f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/sql-programming-guide.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,15 +1089,6 @@ for (teenName in collect(teenNames)) {
10891089

10901090
</div>
10911091

1092-
<div data-lang="python" markdown="1">
1093-
1094-
{% highlight python %}
1095-
# sqlContext is an existing HiveContext
1096-
sqlContext.sql("REFRESH TABLE my_table")
1097-
{% endhighlight %}
1098-
1099-
</div>
1100-
11011092
<div data-lang="sql" markdown="1">
11021093

11031094
{% highlight sql %}

0 commit comments

Comments
 (0)