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

[R] Support for retrieving NAs from INT64 arrays

    XMLWordPrintableJSON

Details

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

    Description

      I have a repro using sparklyr but likely to be possible to repro this through c++ bindings:

       

       

      library(sparklyr)
      library(arrow)
      
      sc <- spark_connect(mater = "local")
      DBI::dbGetQuery(sc, "SELECT cast(NULL as bigint)")
      

      Actual:

       

        CAST(NULL AS BIGINT)
      1 -4332462841530417152
      

       

      Expected:

        CAST(NULL AS BIGINT)
      1                   NA
      

       

       

      Attachments

        Issue Links

          Activity

            People

              romainfrancois Romain Francois
              javierluraschi Javier Luraschi
              Votes:
              0 Vote for this issue
              Watchers:
              4 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 - 1h
                  1h