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

[R] Support for NaN

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.12.0
    • R

    Description

      Repro:

      tbl <- tibble::tibble(
        int = c(1, NA, NaN, -1)
      )
      
      batch <- record_batch(tbl)
      
      as_tibble(batch)
      

       

      # A tibble: 4 x 1
       int <dbl>
       1   1
       2   NA
       3   NA
       4   -1
      

      Notice NaN is replaced with NA

      Attachments

        Issue Links

          Activity

            People

              romainfrancois Romain Francois
              javierluraschi Javier Luraschi
              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 - 20m
                  20m