AngersZhuuuu commented on issue #25028: [SPARK-28227][SQL] Support TRANSFORM 
with aggregation.
URL: https://github.com/apache/spark/pull/25028#issuecomment-548693738
 
 
   > Another issue:
   > 
   > query:
   > `MAP k / 10 USING 'cat' AS (aa) from (select 10 as k); `
   > 
   > Error in query: cannot resolve '`(k / 10)`' given input columns: [(CAST(k 
AS DOUBLE) / CAST(10 AS DOUBLE))];;
   
   This can be solved by 
https://github.com/apache/spark/pull/25028#issuecomment-548675869

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