Skip to content

Schema conversion cleanup - #8943

Merged
reuvenlax merged 3 commits into
apache:masterfrom
TheNeuralBit:schema-conversion-cleanup
Jul 23, 2019
Merged

Schema conversion cleanup#8943
reuvenlax merged 3 commits into
apache:masterfrom
TheNeuralBit:schema-conversion-cleanup

Conversation

@TheNeuralBit

Copy link
Copy Markdown
Member

Follow-up based on comments in #8853

  • Moves Schema proto definition to it's own file
  • Removes ATOMIC_TYPE_MAPPING in SchemaTranslation in favor of inline switch statements

Post-Commit Tests Status (on master branch)

LangSDKApexDataflowFlinkGearpumpSamzaSpark
GoBuild Status------Build Status------Build Status
JavaBuild StatusBuild StatusBuild StatusBuild Status
Build Status
Build Status
Build StatusBuild StatusBuild Status
Build Status
PythonBuild Status
Build Status
---Build Status
Build Status
Build Status------Build Status

Pre-Commit Tests Status (on master branch)

---JavaPythonGoWebsite
Non-portableBuild StatusBuild StatusBuild StatusBuild Status
Portable---Build Status------

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

R: @reuvenlax

@TheNeuralBit
TheNeuralBitforce-pushed the schema-conversion-cleanup branch from 146fc7b to 5ecd82bCompareJune 25, 2019 18:00
@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run Java PreCommit

@TheNeuralBit
TheNeuralBitforce-pushed the schema-conversion-cleanup branch 2 times, most recently from bf1cf94 to 7a43a18CompareJune 26, 2019 22:48
@TheNeuralBit
TheNeuralBitforce-pushed the schema-conversion-cleanup branch from 7a43a18 to d584f40CompareJune 28, 2019 00:13
@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run Portable_Python PreCommit

@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run Python_PVR_Flink PreCommit

@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run Java PreCommit

2 similar comments
@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run Java PreCommit

@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run Java PreCommit

@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run Portable_Python PreCommit

@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run Go PreCommit

@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

Run JavaPortabilityApi PreCommit

@TheNeuralBit

Copy link
Copy Markdown
MemberAuthor

@reuvenlax do you have time to take a look at this now?

}

enum AtomicType {
UNSPECIFIED = 0;

Copy link
Copy Markdown
Contributor

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?

Copy link
Copy Markdown
MemberAuthor

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)

@reuvenlax

Copy link
Copy Markdown
Contributor

lgtm

@reuvenlax
reuvenlax merged commit 5597086 into apache:masterJul 23, 2019
lostluck pushed a commit to lostluck/beam that referenced this pull request Jul 23, 2019
lostluck pushed a commit to lostluck/beam that referenced this pull request Jul 23, 2019
TheNeuralBit added a commit to TheNeuralBit/beam that referenced this pull request Aug 28, 2019
TheNeuralBit added a commit to TheNeuralBit/beam that referenced this pull request Sep 18, 2019
soyrice pushed a commit to soyrice/beam that referenced this pull request Sep 19, 2019
@TheNeuralBit
TheNeuralBit deleted the schema-conversion-cleanup branch October 10, 2019 00:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@TheNeuralBit@reuvenlax