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

Add support for streaming inserts with resumable upload #534

Closed

Commits on Jan 8, 2016

  1. Add support for resumable uploads

    - Add LoadConfiguration class for data needed by load jobs and resumable uploads
    - Update LoadJobInfo and related classes to use LoadConfiguration instead
    - Add insertAll(LoadConfiguration, byte[]) method
    - Add insertAll(LoadConfiguration. SeekableByteChannel) method
    - Add Table.insert methods that use resumable upload
    - Add unit and integration tests
    mziccard committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    a430e73 View commit details
    Browse the repository at this point in the history