Commits


Morgan Cassels authored and Andy Grove committed aec21b292a0
ARROW-9696: [Rust] [DataFusion] fix nested binary expressions Nested binary expressions like `(a+b)/2` were previously supported and were broken by the upgrade to sqlparser 0.6.1. Closes #7935 from mcassels/nested_binary_expr Authored-by: Morgan Cassels <morgan@urbanlogiq.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>