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

Deduplication, support select_streams on single pass, support headers-only #74

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 29, 2020

  1. deduplication step 1 - build out _read_chunks to read all data but …

    …retain stream-headers-only for resolve_streams.
    cboulay committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    f8c6544 View commit details
    Browse the repository at this point in the history
  2. deduplication step 2:

    * main load func uses shared _read_chunks
    * support stream_headers_only
    * support select_streams on first pass
    cboulay committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    df22e45 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    51a5547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aace769 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Revert parse_chunks renaming

    cbrnr committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c037ae5 View commit details
    Browse the repository at this point in the history