alfozan commented on issue #25028: [SPARK-28227][SQL] Support TRANSFORM with 
aggregation.
URL: https://github.com/apache/spark/pull/25028#issuecomment-548694618
 
 
   > > 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 [#25028 
(comment)](https://github.com/apache/spark/pull/25028#issuecomment-548675869)
   
   Yes we already discussed a solution in 
https://github.com/apache/spark/pull/25028#discussion_r339890074
   which I can confirm it works.
   
   Currently the open issue is 
https://github.com/apache/spark/pull/25028#issuecomment-548691723

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