[
https://issues.apache.org/jira/browse/ARROW-18203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson resolved ARROW-18203.
-------------------------------------
Resolution: Fixed
Issue resolved by pull request 14553
[https://github.com/apache/arrow/pull/14553]
> [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
> Priority: Major
> Labels: pull-request-available
> Fix For: 11.0.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> 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)