alamb commented on PR #10268:
URL: https://github.com/apache/datafusion/pull/10268#issuecomment-2125115366

   > I believe the coercion rule is quite messy as it currently stands. It 
would be more understandable and maintainable to move the coercion rule from 
coerced_from to each individual function. This way, it would be clear which 
coercion rule applies to each function or signature. Having a single function 
handle multiple coercion rules makes the code harder to reason about and could 
cause downstream issues, as you have pointed out. I've also filed an issue to 
track this at @10507.
   > 
   > Would it be better to start by removing the rule from coerce_from and 
moving it to the specific function or signature?
   
   Hi @jayzhan211  -- I am sorry I haven't had a chance to devote more time to 
this and review. I will try and find some time in the next few days


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to