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-17738: [R] dplyr::compute should convert from grouped arrow_dplyr_query to arrow Table #14160

Merged
merged 12 commits into from
Oct 7, 2022

Commits on Oct 1, 2022

  1. fix to return a Table

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    661cdc9 View commit details
    Browse the repository at this point in the history
  2. collapse should return arrow dplyr query

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    4481819 View commit details
    Browse the repository at this point in the history
  3. add tests for compute

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    4b5f0c1 View commit details
    Browse the repository at this point in the history
  4. rename file to match name of file to be tested

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    93f2f31 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    dc0ef4e View commit details
    Browse the repository at this point in the history
  6. remove unused line

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    b2fbb15 View commit details
    Browse the repository at this point in the history
  7. remove unused line

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    6231c17 View commit details
    Browse the repository at this point in the history
  8. Revert "rename file to match name of file to be tested"

    This reverts commit 83eafbe.
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    784f483 View commit details
    Browse the repository at this point in the history
  9. move test to the other file and rename the test case

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    42c1498 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    0aaee6f View commit details
    Browse the repository at this point in the history
  2. add tests for compute and collect

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3ae0ca0 View commit details
    Browse the repository at this point in the history
  3. more test

    Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
    eitsupi committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    47ec68d View commit details
    Browse the repository at this point in the history