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-13742: [C++][Go] Expose Dataset API to Go via CGO #10995

Closed
wants to merge 15 commits into from

Commits on Aug 24, 2021

  1. initial dataset impl

    Matthew Topol committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    8985ff9 View commit details
    Browse the repository at this point in the history
  2. update to follow pattern from arrow/c

    Matthew Topol committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    7d12660 View commit details
    Browse the repository at this point in the history
  3. able to read record batches now

    Matthew Topol committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    8f66a1e View commit details
    Browse the repository at this point in the history
  4. run clang-tidy for linting and formatting

    Matthew Topol committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    cf8cd85 View commit details
    Browse the repository at this point in the history
  5. some build changes

    Matthew Topol committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    2bf1549 View commit details
    Browse the repository at this point in the history
  6. build script updates

    Matthew Topol committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f57ad27 View commit details
    Browse the repository at this point in the history
  7. cgobuild config

    Matthew Topol committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    d33c1f8 View commit details
    Browse the repository at this point in the history
  8. add tons of docs, some tweaks and configs.

    Matthew Topol committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    3c99822 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. go tests

    Matthew Topol committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0959719 View commit details
    Browse the repository at this point in the history
  2. mistyped package name

    Matthew Topol committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    841f3e3 View commit details
    Browse the repository at this point in the history
  3. specify debian 10 for go image

    Matthew Topol committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0329f37 View commit details
    Browse the repository at this point in the history
  4. bad docker-compose definition

    Matthew Topol committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    945b181 View commit details
    Browse the repository at this point in the history
  5. create cgo_test.sh and use it

    Matthew Topol committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    3a03fb3 View commit details
    Browse the repository at this point in the history
  6. update rat-exclude and add missing license headers

    Matthew Topol committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4648f7a View commit details
    Browse the repository at this point in the history
  7. silly docs issue with a comment.

    Matthew Topol committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b3ce521 View commit details
    Browse the repository at this point in the history