jayzhan211 commented on PR #12853:
URL: https://github.com/apache/datafusion/pull/12853#issuecomment-2437095868

   > During logical planning (and/or execution if we implement runtime 
adaptiveness) you would have instead type information for all the function 
parameters and you could decide to which type it makes more sense to cast.
   
   I'm not clear about this part. I assume that we only have Logical::Int and 
DataType::Int64 as the function input, and we also know the the function accept 
Logical::String. Is there any other information we know? Otherwise, I think we 
have a question that which DataType::Utf8 or DataType::Utf8View we need to cast 
to.


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