liukun4515 commented on issue #3221:
URL: 
https://github.com/apache/arrow-datafusion/issues/3221#issuecomment-1225131136

   @andygrove  
   I go through the spark code about the type coercion and find 
https://github.com/apache/spark/blob/55c3347c48f93a9c5c5c2fb00b30f838eb081b7f/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala#L323
   
   Spark has put the type coercion to the analysis phase, but DF don't have 
this phase.
   


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

Reply via email to