Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-14568

[R] Implement updating values via square brackets not implemented

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • R
    • None

    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 subsettable
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              thisisnic Nicola Crane
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: