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


   Here is the problem code:
   
https://github.com/apache/arrow-datafusion/blob/f455357bf159763a19312bab2c9238bc101792e0/datafusion/src/logical_plan/expr.rs#L1938-L1941
   
   It needs a block that implements `Between`
   
   to make the code more future proof we should remove the catch all `match` 
arm so then when someone adds a new expr they need to fill this out too


-- 
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...@arrow.apache.org

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


Reply via email to