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-1754] Adds experimental Typescript Beam SDK #17341

Merged
merged 286 commits into from May 6, 2022
Merged

Conversation

robertwb
Copy link
Contributor

@robertwb robertwb commented Apr 11, 2022

Overview can be found in included README: https://github.com/robertwb/incubator-beam/blob/javascript/sdks/typescript/README.md

Coordination file for dividing up the review can be found at https://docs.google.com/spreadsheets/d/16nqMaBIIyM3s0wq0eS10e-eqktuS8HYpCRkRDHmAMf8/edit


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.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

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.

robertwb and others added 30 commits Jan 5, 2022
Also fix a bug in the data channel that undefined was masking.
Starting the proto translation of Impulse, ParDo, GBK
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
Adding transform names and fixing GBK coder issue. Reformatting.
Also add no-pipeline running API.

Added simple WordCount example/test.
Create base class, organize file paths and process gradle target/version into JAR names. Includes small unit tests
Add TODOs for later
sdks/typescript/test/combine_test.ts Outdated Show resolved Hide resolved
sdks/typescript/test/core_test.ts Outdated Show resolved Hide resolved
sdks/typescript/test/core_test.ts Outdated Show resolved Hide resolved
sdks/typescript/test/core_test.ts Outdated Show resolved Hide resolved
sdks/typescript/test/serialize_test.ts Outdated Show resolved Hide resolved
sdks/typescript/test/serialize_test.ts Outdated Show resolved Hide resolved
sdks/typescript/README.md Outdated Show resolved Hide resolved
sdks/typescript/package.json Outdated Show resolved Hide resolved
sdks/typescript/src/apache_beam/internal/pipeline.ts Outdated Show resolved Hide resolved
sdks/typescript/webpack.config.js Outdated Show resolved Hide resolved
robertwb and others added 2 commits Apr 29, 2022
Co-authored-by: Danny McCormick <dannymccormick@google.com>
Copy link
Contributor Author

@robertwb robertwb left a comment

Thanks for looking over all of this! There are only a few outstanding comments now.

sdks/typescript/src/apache_beam/worker/worker.ts Outdated Show resolved Hide resolved
sdks/typescript/src/apache_beam/worker/worker.ts Outdated Show resolved Hide resolved
sdks/typescript/src/apache_beam/utils/service.ts Outdated Show resolved Hide resolved
sdks/typescript/src/apache_beam/utils/service.ts Outdated Show resolved Hide resolved
sdks/typescript/boot.go Show resolved Hide resolved
sdks/typescript/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@damccorm damccorm left a comment

Thanks for the changes - this generally looks good to me sans the remaining open items.

Copy link
Contributor

@damccorm damccorm left a comment

This looks good to me other than the couple of remaining comments - thanks for making those changes!

Copy link
Contributor

@damccorm damccorm left a comment

Thanks for the changes, this looks good to me

@damccorm
Copy link
Contributor

@damccorm damccorm commented May 5, 2022

Run Java PreCommit

@damccorm
Copy link
Contributor

@damccorm damccorm commented May 5, 2022

Run Python PreCommit

@robertwb robertwb merged commit cb68029 into apache:master May 6, 2022
60 of 61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
10 participants