alamb commented on issue #1576:
URL: 
https://github.com/apache/arrow-datafusion/issues/1576#issuecomment-1013874509


   > Do type conversion in datafusion, such as we convert true_values and 
false_values type to final type in advance.
   
   I think it would be most appropriate to have datafusion do the conversion 
(coercion) in this case, rather than implicitly in arrow.
   
   Perhaps by calling `coerce` 
https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/physical_plan/type_coercion.rs#L45


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