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

[R] Allow TRUE/FALSE to the compression option of `write_feather` (`write_ipc_file`)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 9.0.0
    • 10.0.0
    • R

    Description

      We may want to create an uncompressed IPC file to share with JavaScript.
      https://quarto.org/docs/interactive/ojs/data-sources.html#file-attachments

      Currently, to do this, we need to set up the following, but the string "uncompressed" is long and does not benefit from auto-completion by the IDE, making it difficult to write code.

      arrow::write_feather(mtcars, "data.arrow", compression = "uncompressed")
      

      It would be useful to write the following.

      arrow::write_feather(mtcars, "data.arrow", compression = FALSE)
      

      Attachments

        Issue Links

          Activity

            People

              eitsupi SHIMA Tatsuya
              eitsupi SHIMA Tatsuya
              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 - 50m
                  50m