wangyum commented on pull request #34872:
URL: https://github.com/apache/spark/pull/34872#issuecomment-992108527


   What if we select `max(unix_timestamp(b))` columns, For example:
   ```scala
   spark.sql(" create table alias_b as select a, max(unix_timestamp(b)), 
max(unix_timestamp(b)) from alias group by a")
   ```


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