-
Notifications
You must be signed in to change notification settings - Fork 127
feat: sql fast path impl #509
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
Merged
stephaniewang526
merged 25 commits into
googleapis:master
from
stephaniewang526:sql-client
Sep 22, 2020
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f6e93cc
feat: sql fast path impl
stephaniewang526 d8ab960
add logic for DML and DDL queries
stephaniewang526 780b836
update ITs to check table content correctness, update fastquery logic
stephaniewang526 7126437
add test for bogus query
stephaniewang526 08d6c7e
add check for idempotent requestId
stephaniewang526 31a55ce
update QueryRequestInfo and error handling logic
stephaniewang526 bcecbb0
add mock test for query JobException
stephaniewang526 81937fc
update mock test
stephaniewang526 b62b569
fix unit tests, nit update
stephaniewang526 7225101
update exception handling from JobException to BigQueryException
stephaniewang526 79bc75f
update based on comments
stephaniewang526 0fcb5b6
nit
stephaniewang526 2495fbb
update based on comments
stephaniewang526 7c2ae39
add maxResult support
stephaniewang526 293f3e6
Merge branch 'master' into sql-client
stephaniewang526 187c86e
Merge remote-tracking branch 'upstream/master' into sql-client
2862ad8
update code
d8f1229
add test coverage
stephaniewang526 f7d73c4
Merge remote-tracking branch 'origin/sql-client' into sql-client
stephaniewang526 fd9dcae
lint fix
stephaniewang526 0cdf672
feat: add more code cov
27d1a63
set method back
stephaniewang526 23c9008
Merge branch 'master' into sql-client
stephaniewang526 48397ad
feat: code cove
e161cf9
add codecov
stephaniewang526 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add logic for DML and DDL queries
enable requestId add integration tests for fast path multipages query, DML, and DDL queries fix requestId logic update QueryRequestInfo and add mock test add mock test cases for SQL, DML, and DDL clean up code fix IT add schema test
- Loading branch information
commit d8ab960cb196313c86d065883fed7f430a904755
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.