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-15590: [C++] Add support for joins to the Substrait consumer #13078

Merged
merged 20 commits into from
Jun 1, 2022

Commits on May 23, 2022

  1. temp update

    vibhatha committed May 23, 2022
    Configuration menu
    Copy the full SHA
    726e5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    285c7e1 View commit details
    Browse the repository at this point in the history
  3. wip testing join

    vibhatha committed May 23, 2022
    Configuration menu
    Copy the full SHA
    43bdeff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec63532 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c2a906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06c81dd View commit details
    Browse the repository at this point in the history
  7. removing unnecessary comment

    vibhatha committed May 23, 2022
    Configuration menu
    Copy the full SHA
    aa269a7 View commit details
    Browse the repository at this point in the history
  8. fenum check updated

    vibhatha committed May 23, 2022
    Configuration menu
    Copy the full SHA
    c720a4a View commit details
    Browse the repository at this point in the history
  9. adding hashjoin node options

    vibhatha committed May 23, 2022
    Configuration menu
    Copy the full SHA
    bd35cc0 View commit details
    Browse the repository at this point in the history
  10. addressing PR reviews

    vibhatha committed May 23, 2022
    Configuration menu
    Copy the full SHA
    514a45d View commit details
    Browse the repository at this point in the history
  11. fix format issue

    vibhatha committed May 23, 2022
    Configuration menu
    Copy the full SHA
    8ebb4d5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. adding other join types

    vibhatha committed May 24, 2022
    Configuration menu
    Copy the full SHA
    e0b14a6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Update cpp/src/arrow/engine/substrait/relation_internal.cc

    adding join type enum
    
    Co-authored-by: Weston Pace <weston.pace@gmail.com>
    vibhatha and westonpace committed May 30, 2022
    Configuration menu
    Copy the full SHA
    e054bd6 View commit details
    Browse the repository at this point in the history
  2. Update cpp/src/arrow/engine/substrait/relation_internal.cc

    Co-authored-by: Weston Pace <weston.pace@gmail.com>
    vibhatha and westonpace committed May 30, 2022
    Configuration menu
    Copy the full SHA
    f9028d6 View commit details
    Browse the repository at this point in the history
  3. Update cpp/src/arrow/engine/substrait/relation_internal.cc

    Co-authored-by: Weston Pace <weston.pace@gmail.com>
    vibhatha and westonpace committed May 30, 2022
    Configuration menu
    Copy the full SHA
    e9dd05c View commit details
    Browse the repository at this point in the history
  4. Update cpp/src/arrow/engine/substrait/relation_internal.cc

    Co-authored-by: Weston Pace <weston.pace@gmail.com>
    vibhatha and westonpace committed May 30, 2022
    Configuration menu
    Copy the full SHA
    64fd3d6 View commit details
    Browse the repository at this point in the history
  5. Update cpp/src/arrow/engine/substrait/relation_internal.cc

    Co-authored-by: Weston Pace <weston.pace@gmail.com>
    vibhatha and westonpace committed May 30, 2022
    Configuration menu
    Copy the full SHA
    b43d504 View commit details
    Browse the repository at this point in the history
  6. Update cpp/src/arrow/engine/substrait/relation_internal.cc

    Co-authored-by: Weston Pace <weston.pace@gmail.com>
    vibhatha and westonpace committed May 30, 2022
    Configuration menu
    Copy the full SHA
    d729a64 View commit details
    Browse the repository at this point in the history
  7. Update cpp/src/arrow/engine/substrait/relation_internal.cc

    Co-authored-by: Weston Pace <weston.pace@gmail.com>
    vibhatha and westonpace committed May 30, 2022
    Configuration menu
    Copy the full SHA
    3484d51 View commit details
    Browse the repository at this point in the history
  8. adding jira id

    vibhatha committed May 30, 2022
    Configuration menu
    Copy the full SHA
    6277ac5 View commit details
    Browse the repository at this point in the history