Commits


Qingping Hou authored and Andy Grove committed 921af31c756
ARROW-8821: [Rust] fix type cast for nested binary expression using Like, NotLike, Not operators Without this change, nested binary expressions are casted into Utf8, which results in general DataFusionError. Closes #7200 from houqp/qp Authored-by: Qingping Hou <dave2008713@gmail.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>