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

feat: Add flush API to StreamWriter #278

Merged
merged 2 commits into from May 15, 2020
Merged

feat: Add flush API to StreamWriter #278

merged 2 commits into from May 15, 2020

Commits on May 14, 2020

  1. feat:

    Add a flush method to client library. The implementation is void, so just added boilerplate unit test and e2e test.
    
    	modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/FakeBigQueryWrite.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/FakeBigQueryWriteImpl.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriterTest.java
    	modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    yirutang committed May 14, 2020
    Copy the full SHA
    11895ed View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Copy the full SHA
    7fc52a6 View commit details
    Browse the repository at this point in the history