Neal Richardson created ARROW-18203: ---------------------------------------
Summary: [R] Refactor to remove unnecessary uses of build_expr Key: ARROW-18203 URL: https://issues.apache.org/jira/browse/ARROW-18203 Project: Apache Arrow Issue Type: Improvement Components: R Reporter: Neal Richardson Assignee: Neal Richardson Fix For: 11.0.0 In ARROW-17462 we added some logic to build_expr() to cast scalars in expressions to match the type of the field. It was observed in review that this was not something you'd want everywhere and you should have to opt-in to it. We should refactor our internals so that we only use build_expr() where we want this behavior, and otherwise use Expression$create() directly. -- This message was sent by Atlassian Jira (v8.20.10#820010)