You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by felixcheung <gi...@git.apache.org> on 2017/07/01 05:02:16 UTC

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18485#discussion_r125154655
  
    --- Diff: docs/structured-streaming-programming-guide.md ---
    @@ -758,6 +763,16 @@ count(groupBy(df, "deviceType"))
     </div>
     </div>
     
    +You can also register a streaming DataFrame/Dataset as a temporary view and then apply SQL commands on it.
    +
    +{% highlight scala %}
    --- End diff --
    
    enclose this in
    ```
    <div class="codetabs">
     <div data-lang="scala"  markdown="1">
    
    ```
    ?
    or, add example in java, python, r too?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org