wooplevip opened a new pull request #34992:
URL: https://github.com/apache/spark/pull/34992


   ### What changes were proposed in this pull request?
   
   Modify `SELECT * FROM person GROUP BY age HAVING max(age) > 18;`
   to
   `SELECT age, count(*) FROM person GROUP BY age HAVING max(age) > 18;`
   
   ### Why are the changes needed?
   
   Making the demo sql running correctly.
   
   ### Does this PR introduce any user-facing change?
   
   NO
   
   ### How was this patch tested?
   
   cd docs
   SKIP_API=1 bundle exec jekyll build


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to