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

[R] Support scalar value recycling in RecordBatch/Table$create()

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 5.0.0
    • R

    Description

      Compare:

      > tibble::tibble(a=1:5, b = 42)
      # A tibble: 5 x 2
            a     b
        <int> <dbl>
      1     1    42
      2     2    42
      3     3    42
      4     4    42
      5     5    42
      > arrow::record_batch(a=1:5, b = 42)
      Error: Invalid: All arrays must have the same length
      

      Attachments

        Issue Links

          Activity

            People

              thisisnic Nicola Crane
              npr Neal Richardson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 25h 20m
                  25h 20m