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

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

Author: Rohit Agarwal <mindprince@gmail.com>

Closes #9540 from mindprince/patch-1.
This commit is contained in:
Rohit Agarwal 2015-11-08 14:24:26 +00:00 committed by Sean Owen
parent d981902101
commit 5c4e6d7ec9

View file

@ -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 %}