Skip to content

Conversation

@dpcollins-google
Copy link
Contributor

Also remove all implementation of the I/O from the beam repo.

Also add an integration test of core read and write behavior.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

ValidatesRunner compliance status (on master branch)

Lang ULR Dataflow Flink Samza Spark Twister2
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
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 ---
XLang Build Status Build Status Build Status --- Build Status ---

Examples testing status on various runners

Lang ULR Dataflow Flink Samza Spark Twister2
Go --- --- --- --- --- --- ---
Java --- Build Status
Build Status
Build Status
--- --- --- --- ---
Python --- --- --- --- --- --- ---
XLang --- --- --- --- --- --- ---

Post-Commit SDK/Transform Integration Tests Status (on master branch)

Go Java Python
Build Status Build Status Build Status
Build Status
Build Status

Pre-Commit Tests Status (on master branch)

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

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

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

…subLiteIO from pubsublite-beam-io package

Also remove all implementation of the I/O from the beam repo.
@codecov
Copy link

codecov bot commented Jun 24, 2021

Codecov Report

Merging #15076 (e1c1b8b) into master (a1950ef) will increase coverage by 0.00%.
The diff coverage is 72.72%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #15076    +/-   ##
========================================
  Coverage   83.76%   83.76%            
========================================
  Files         439      439            
  Lines       59049    59176   +127     
========================================
+ Hits        49463    49571   +108     
- Misses       9586     9605    +19     
Impacted Files Coverage Δ
...dks/python/apache_beam/options/pipeline_options.py 95.15% <ø> (ø)
...apache_beam/runners/dataflow/internal/apiclient.py 74.66% <50.00%> (-0.09%) ⬇️
sdks/python/apache_beam/transforms/trigger.py 89.27% <50.00%> (-0.02%) ⬇️
sdks/python/apache_beam/transforms/core.py 91.88% <85.71%> (-0.11%) ⬇️
sdks/python/apache_beam/io/mongodbio.py 92.88% <0.00%> (-2.76%) ⬇️
sdks/python/apache_beam/pvalue.py 91.35% <0.00%> (-1.67%) ⬇️
...ython/apache_beam/io/gcp/bigquery_read_internal.py 58.46% <0.00%> (-0.75%) ⬇️
...eam/runners/interactive/caching/streaming_cache.py 95.35% <0.00%> (-0.35%) ⬇️
...hon/apache_beam/runners/worker/bundle_processor.py 93.73% <0.00%> (-0.22%) ⬇️
sdks/python/apache_beam/io/range_trackers.py 94.14% <0.00%> (-0.20%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2088b66...e1c1b8b. Read the comment docs.

proto_google_cloud_spanner_v1: "com.google.api.grpc:proto-google-cloud-spanner-v1", // google_cloud_platform_libraries_bom sets version
proto_google_cloud_spanner_admin_database_v1: "com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1", // google_cloud_platform_libraries_bom sets version
proto_google_common_protos : "com.google.api.grpc:proto-google-common-protos", // google_cloud_platform_libraries_bom sets version
pubsublite_beam_io : "com.google.cloud:pubsublite-beam-io:$google_cloud_pubsublite_version",
Copy link
Contributor

Choose a reason for hiding this comment

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

It'd be better to put it next to all the other google-cloud clients:

google_cloud_pubsublite : "com.google.cloud:google-cloud-pubsublite:$google_cloud_pubsublite_version",

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'll change the variable name to "google_cloud_pubsublite_beam_io" so it can both remain alphabetical and be sorted up there.

Copy link
Contributor

@anguillanneuf anguillanneuf left a comment

Choose a reason for hiding this comment

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

Thank you for moving things forward with this PR.

I only see one integration test - PubsubLiteReadIT. Are you planning to add a WriteIT as well?

@dpcollins-google
Copy link
Contributor Author

Thank you for moving things forward with this PR.

I only see one integration test - PubsubLiteReadIT. Are you planning to add a WriteIT as well?

This IT is actually cloned from the pubsublite repo- it performs both a read and write with PubsubLiteIO. Going to rename to ReadWriteIT instead.

@aaltay
Copy link
Member

aaltay commented Jul 16, 2021

I assume this is still pending the conclusion of the mailing list discussion?

@dpcollins-google
Copy link
Contributor Author

Closed to prefer #15418

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.

3 participants