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


   @alamb Hi, I'd like to have a try to fix this issue. In order to remove the 
all `match` arm, `Sort` and `Wildcard` need be implemented as well. Do you want 
to include those in the same pull request?
   And I also noticed there's a similar bug here. 
   
https://github.com/capkurmagati/arrow-datafusion/blob/master/datafusion/src/physical_plan/planner.rs#L179-L182
   
   ```
   > explain select x between 3 and 5 from foo;
   NotImplemented("Create name does not support logical expression #foo.x 
BETWEEN Int64(3) AND Int64(5)")
   ```
   
   


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