You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/31 18:25:00 UTC

[jira] [Updated] (ARROW-18203) [R] Refactor to remove unnecessary uses of build_expr

     [ https://issues.apache.org/jira/browse/ARROW-18203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-18203:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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: 10m
>  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)