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-1008: [C++] Add abstract stream writer and reader C++ APIs. Give clearer names to IPC reader/writer classes #679

Closed
wants to merge 5 commits into from

Commits on May 13, 2017

  1. Add abstract stream writer and reader C++ APIs. Rename record batch s…

    …tream
    
    reader and writer classes for better clarity
    wesm committed May 13, 2017
    Configuration menu
    Copy the full SHA
    10837a6 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    Change-Id: I38b1e570c69af59aac917e96845b7add947d7196
    wesm committed May 13, 2017
    Configuration menu
    Copy the full SHA
    22346d4 View commit details
    Browse the repository at this point in the history
  3. Feedback on ipc reader/writer names. Add open_stream/open_file Python…

    … APIs
    
    Change-Id: I92cc2d5de55f625dee543bd7dc223225fd8f7977
    wesm committed May 13, 2017
    Configuration menu
    Copy the full SHA
    04fa285 View commit details
    Browse the repository at this point in the history
  4. Fix glib

    Change-Id: I2b375c917e6004c3ffebf3657491d4756f792951
    wesm committed May 13, 2017
    Configuration menu
    Copy the full SHA
    a797ee3 View commit details
    Browse the repository at this point in the history
  5. Add missing dtors for pimpl pattern

    Change-Id: I0c06793275de0bf96be5602e5c99ae9cf7ad2b14
    wesm committed May 13, 2017
    Configuration menu
    Copy the full SHA
    d7b7c9c View commit details
    Browse the repository at this point in the history