HeartSaVioR commented on issue #27268: [SPARK-30553][DOCS] fix 
structured-streaming java example error
URL: https://github.com/apache/spark/pull/27268#issuecomment-576250811
 
 
   I assume you are now having two example queries "before the fix" vs "after 
the fix". Once you run the query and ingest some data, you'll see the query 
plan in SQL tab, as you've added like `HashAggregate(keys=[window#11-T10000ms, 
value#39]`.
   
   It would be enough to fill up the content and add below:
   
   ```
   > Before the fix
   
   \```
   <full logical plan or physical plan representing that field doesn't contain 
event-time metadata>
   \```
   
   > After the fix
   
   \```
   <full logical plan or physical plan representing that field doesn't contain 
event-time metadata>
   \```
   
   ```
   
   Please remove `\` above when pasting to the content of PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to