-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Schema conversion cleanup #8943
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
Schema conversion cleanup #8943
Conversation
146fc7b to
5ecd82b
Compare
|
Run Java PreCommit |
bf1cf94 to
7a43a18
Compare
7a43a18 to
d584f40
Compare
|
Run Portable_Python PreCommit |
|
Run Python_PVR_Flink PreCommit |
|
Run Java PreCommit |
2 similar comments
|
Run Java PreCommit |
|
Run Java PreCommit |
|
Run Portable_Python PreCommit |
|
Run Go PreCommit |
|
Run JavaPortabilityApi PreCommit |
|
@reuvenlax do you have time to take a look at this now? |
| } | ||
|
|
||
| enum AtomicType { | ||
| UNSPECIFIED = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does UNSPECIFIED mean here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added in the previous PR: #8853 (comment)
|
lgtm |
This reverts commit 5597086.
…anup"" This reverts commit c9da964.
This reverts commit 5597086.
Follow-up based on comments in #8853
ATOMIC_TYPE_MAPPINGin SchemaTranslation in favor of inline switch statementsPost-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
R: @reuvenlax