You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/07 18:05:25 UTC

[GitHub] [spark] cloud-fan commented on issue #22696: [SPARK-25708][SQL] HAVING without GROUP BY means global aggregate

cloud-fan commented on issue #22696: [SPARK-25708][SQL] HAVING without GROUP BY means global aggregate
URL: https://github.com/apache/spark/pull/22696#issuecomment-490187578
 
 
   `select id from range(10) having id > 5` can you try it with other databases like PostgreSQL, Oracle? I don't think this should be interpreted as `select id from range(10) group by id having id > 5` according to the SQL standard.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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