dongjoon-hyun commented on pull request #28397:
URL: https://github.com/apache/spark/pull/28397#issuecomment-620704036


   Hi, @xuanyuanking and @cloud-fan . Could you update the PR description 
appropriately because it's invalid in branch-2.4.
   ```
   scala> spark.version
   res7: String = 2.4.5
   
   scala> sql("SELECT SUM(a) AS b, CAST('2020-01-01' AS DATE) AS fake FROM 
VALUES (1, 10), (2, 20) AS T(a, b) GROUP BY b HAVING b > 10").show
   +---+----------+
   |  b|      fake|
   +---+----------+
   |  2|2020-01-01|
   +---+----------+
   ```


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



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

Reply via email to