Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-3814: [R] RecordBatch$from_arrays() #3565

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    9a0f996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd03e19 View commit details
    Browse the repository at this point in the history
  3. Change record_batch() api so that it takes ... and schema.

    Needs discussion I guess
    romainfrancois committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d49906a View commit details
    Browse the repository at this point in the history
  4. update docs

    romainfrancois committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    c71d872 View commit details
    Browse the repository at this point in the history
  5. move the logic of RecordBatch__from_arrays internally.

    This will make it easier to do in parallel later.
    romainfrancois committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    20c5ce6 View commit details
    Browse the repository at this point in the history
  6. retire RecordBatch__from_dataframe() function, no longer needed and r…

    …eplaced by RecordBatch__from_arrays()
    romainfrancois committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    c5ad626 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c00774a View commit details
    Browse the repository at this point in the history
  8. table(...) cab now either handle ... being:

    - list of record batches
    - list of
      - arrays
      - chunked arrays
      - columns
      - r vectors
    romainfrancois committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    41b496f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e8a4b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68744f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8e627f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d958108 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc885fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c04f904 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4574942 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    efd84c5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eed535f View commit details
    Browse the repository at this point in the history
  18. typo

    romainfrancois committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    2362ea0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f27dcb9 View commit details
    Browse the repository at this point in the history
  20. rebase

    romainfrancois committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    6ea0778 View commit details
    Browse the repository at this point in the history
  21. only pass $1 to run_clang_format so that we can do:

    ./r/lint.sh --fix
    romainfrancois committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    ab0cd16 View commit details
    Browse the repository at this point in the history