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-495: [C++] Implement streaming binary format, refactoring #293

Closed
wants to merge 8 commits into from

Commits on Jan 21, 2017

  1. Implement rough draft of StreamWriter, share code with FileWriter

    Change-Id: I863786af29c02a8fb11fd644123cc0027ef0e192
    wesm committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    69fe82e View commit details
    Browse the repository at this point in the history
  2. Implement StreamReader

    Change-Id: Icb481414778bdadce55abfaca1edc8f0287d527c
    wesm committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    3200b17 View commit details
    Browse the repository at this point in the history
  3. Add unit tests for streaming format, fix EOS, metadata length padding…

    … issues
    
    Change-Id: Ic1a0742226d2177ab5d0e7ec180d90729150f356
    wesm committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    12eb2cb View commit details
    Browse the repository at this point in the history
  4. clang-format

    Change-Id: Ifcab6e5adae8d1fe37fb02b08557c485573e57cf
    wesm committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    b6c4578 View commit details
    Browse the repository at this point in the history
  5. Collapse BaseStreamWriter and StreamWriter

    Change-Id: I0bf7e37a60a58bf332874d5453a298779e90d41f
    wesm committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    21378b4 View commit details
    Browse the repository at this point in the history
  6. Install stream.h

    Change-Id: I80c867b5ae7b3839bcf195a996eda950a81ceebe
    wesm committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    645a329 View commit details
    Browse the repository at this point in the history
  7. Fix Python bindings after API changes

    Change-Id: I2a766592124713840a28109b39a6ba0410380382
    wesm committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    c88e61a View commit details
    Browse the repository at this point in the history
  8. FileBlock is a struct

    Change-Id: Ic4a860093b0b7982d315a30bc553a008aac6ddd8
    wesm committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    279583b View commit details
    Browse the repository at this point in the history