Skip to content
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

[BEAM-7728] [SQL] Support ParquetTable #9054

Merged
merged 11 commits into from
Jul 30, 2019
Merged

Conversation

vectorijk
Copy link
Contributor

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- Build Status --- --- Build Status
Java Build Status Build Status Build Status Build Status
Build Status
Build Status
Build Status Build Status Build Status
Build Status
Python Build Status
Build Status
--- Build Status
Build Status
Build Status --- --- Build Status

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website
Non-portable Build Status Build Status Build Status Build Status
Portable --- Build Status --- ---

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

@vectorijk
Copy link
Contributor Author

R: @apilloud @amaliujia @kennknowles

@amaliujia
Copy link
Contributor

Wa! So nice! Will take a look!

public class GenericRecordToRowTest implements Serializable {
@Rule public transient TestPipeline pipeline = TestPipeline.create();

org.apache.beam.sdk.schemas.Schema payloadSchema =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mark as static and final?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see


@Override
public PDone buildIOWriter(PCollection<Row> input) {
throw new UnsupportedOperationException("Writing to a Parquet file is not supported");
Copy link
Contributor

@amaliujia amaliujia Jul 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, let me try this.

@amaliujia
Copy link
Contributor

amaliujia commented Jul 30, 2019

@vectorijk if you don't mind, I can first merge your this PR and leave write to another PR?

@vectorijk
Copy link
Contributor Author

@amaliujia sgtm. I can implement ParquetWriter in another PR.

@amaliujia amaliujia merged commit 5fb6609 into apache:master Jul 30, 2019
@amaliujia
Copy link
Contributor

LGTM

Sign up for free to 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.

None yet

2 participants