-
Notifications
You must be signed in to change notification settings - Fork 126
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
chore: clean up IT #94
Merged
stephaniewang526
merged 1 commit into
googleapis:master
from
stephaniewang526:relax-col-cleanup
Jan 10, 2020
Merged
chore: clean up IT #94
stephaniewang526
merged 1 commit into
googleapis:master
from
stephaniewang526:relax-col-cleanup
Jan 10, 2020
Conversation
This file contains 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
kurtisvg
suggested changes
Jan 9, 2020
This is only the test not the sample so I thought I should remove it.
…On Thu, Jan 9, 2020, 6:02 PM Kurtis Van Gent ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In samples/src/test/java/com/example/bigquery/RelaxColumnModeIT.java
<#94 (comment)>
:
> @@ -68,10 +68,6 @@ public void testRelaxColumnMode() {
"gcloud_test_table_temp_" + UUID.randomUUID().toString().replace('-', '_');
Schema originalSchema =
Schema.of(
- // The only supported modification you can make to a column's mode is changing it from
- // REQUIRED to NULLABLE
- // Changing a column's mode from REQUIRED to NULLABLE is also called column relaxation
- // INFO: LegacySQLTypeName will be updated to StandardSQLTypeName in release 1.103.0
Do you want to remove this comment? Seems still relevant to the sample.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#94?email_source=notifications&email_token=ABX7TQBSWZD73ZQOICJAN3TQ46UHPA5CNFSM4KE7FWNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCRIUBSY#pullrequestreview-340869323>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABX7TQBLZGQ3RXS7FFV73FLQ46UHPANCNFSM4KE7FWNA>
.
|
Oh sorry, that totally make sense. |
kurtisvg
approved these changes
Jan 9, 2020
Codecov Report
@@ Coverage Diff @@
## master #94 +/- ##
=========================================
Coverage 77.32% 77.32%
Complexity 1108 1108
=========================================
Files 73 73
Lines 5915 5915
Branches 645 645
=========================================
Hits 4574 4574
Misses 1014 1014
Partials 327 327 Continue to review full report at Codecov.
|
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.
No description provided.