Error evaluating manually constructed physical expression: <column> = left(<literal>, 1)
#7959
Labels
bug
Something isn't working
<column> = left(<literal>, 1)
#7959
Describe the bug
When passed to
create_physical_expr
, the following expression works as expected on DataFusion 32.0.0 but fails on themaster
branch:The following error appears:
To Reproduce
Compile the following piece of Rust code against the current master branch of DataFusion:
Expected behavior
create_physical_expr
should produce a valid physical expression from the provided logical expressionAdditional context
No response
The text was updated successfully, but these errors were encountered: