-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Component: RStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
Updating values via square brackets isn't currently implemented. Is this actually possible?
library(arrow)
my_arr <- Array$create(1:5)
my_arr[1] <- 3
# Error in my_arr[1] <- 3 : object of type 'environment' is not subsettable
aq_table <- Table$create(airquality)
aq_table[[1]][1] <- 6
# object of type 'environment' is not subsettableReporter: Nicola Crane / @thisisnic
Related issues:
- [C++/Python] Kernel for SetItem(IntegerArray, values) (depends upon)
Note: This issue was originally created as ARROW-14568. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: RStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement