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

    https://github.com/apache/spark/pull/17246#discussion_r106798211
  
    --- Diff: docs/structured-streaming-kafka-integration.md ---
    @@ -15,40 +15,42 @@ For Scala/Java applications using SBT/Maven project 
definitions, link your appli
     For Python applications, you need to add this above library and its 
dependencies when deploying your
     application. See the [Deploying](#deploying) subsection below.
     
    -### Creating a Kafka Source Stream
    +## Reading Data from Kafka
    +
    +### Creating a Kafka Source for Streaming Queries
     
     <div class="codetabs">
     <div data-lang="scala" markdown="1">
     {% highlight scala %}
     
     // Subscribe to 1 topic
    -val ds1 = spark
    +val ds = spark
    --- End diff --
    
    hey ... `load()` will return a df not ds. may be a little confusing. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to