bettermouse commented on issue #27268: [SPARK-30553][DOCS] fix 
structured-streaming java example error
URL: https://github.com/apache/spark/pull/27268#issuecomment-576314337
 
 
   > 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.
   
   Thank you very much.I have corrected it according to your suggestion

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to