Fix SQL query to return 10 rows & simplify#1041
Merged
theacodes merged 1 commit intoGoogleCloudPlatform:masterfrom Jul 31, 2017
PicardParis:patch-1
Merged
Fix SQL query to return 10 rows & simplify#1041theacodes merged 1 commit intoGoogleCloudPlatform:masterfrom PicardParis:patch-1
theacodes merged 1 commit intoGoogleCloudPlatform:masterfrom
PicardParis:patch-1
Conversation
Member
PicardParis
commented
Jul 31, 2017
- Original query returned a single nested row (instead of 10 rows as apparently expected in section print_results)
- Standard SQL specified directly in query
- Removed parameter max_results to avoid redundancy w/ query
- Original query returned a single nested row (instead of 10 rows as apparently expected in section print_results) - Standard SQL specified directly in query - Removed parameter max_results to avoid redundancy w/ query
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
Member
Author
|
Added my corporate email in GitHub settings |
|
CLAs look good, thanks! |
Contributor
|
@tswast @PicardParis This caused the system tests to fail. Can one of you send a PR to update the tests? |
Member
Author
|
Proposed change still gets a PASSED: Failures are related to 2 other tests. |
Member
Author
Contributor
|
@PicardParis thanks! |
plamut
pushed a commit
to plamut/python-bigquery
that referenced
this pull request
Jun 25, 2020
…CloudPlatform/python-docs-samples#1041) - Original query returned a single nested row (instead of 10 rows as apparently expected in section print_results) - Standard SQL specified directly in query - Removed parameter max_results to avoid redundancy w/ query
plamut
pushed a commit
to plamut/python-bigquery
that referenced
this pull request
Jul 22, 2020
…CloudPlatform/python-docs-samples#1041) - Original query returned a single nested row (instead of 10 rows as apparently expected in section print_results) - Standard SQL specified directly in query - Removed parameter max_results to avoid redundancy w/ query
shollyman
pushed a commit
to googleapis/python-bigquery
that referenced
this pull request
Jul 22, 2020
…orm/python-docs-samples#1041) - Original query returned a single nested row (instead of 10 rows as apparently expected in section print_results) - Standard SQL specified directly in query - Removed parameter max_results to avoid redundancy w/ query
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.