You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/07/10 04:16:11 UTC

[beam] branch nightly-refs/heads/master updated (4b4077dc882 -> f641c24dd0a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 4b4077dc882 Merge pull request #22205 Fix build error due to dep confliction of google-cloud-bigquery-storage and google-cloud-core
     add f641c24dd0a Add typescript documentation to the programing guide. (#22137)

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/examples/snippets/snippets.py      |  18 +-
 .../apache_beam/examples/snippets/snippets_test.py |   4 +-
 sdks/typescript/package.json                       |   2 +-
 .../src/apache_beam/coders/standard_coders.ts      |   6 +-
 sdks/typescript/src/apache_beam/index.ts           |   1 +
 .../pipeline_options.ts => runners/index.ts}       |   2 +-
 .../apache_beam/transforms/group_and_combine.ts    |  38 +-
 .../typescript/src/apache_beam/transforms/pardo.ts |  18 +
 sdks/typescript/test/docs/programming_guide.ts     | 476 +++++++++++++++++++++
 sdks/typescript/test/js_coders_test.ts             |  19 +-
 .../content/en/documentation/programming-guide.md  | 344 ++++++++++++++-
 .../site/layouts/shortcodes/language-switcher.html |   5 +-
 12 files changed, 898 insertions(+), 35 deletions(-)
 copy sdks/typescript/src/apache_beam/{options/pipeline_options.ts => runners/index.ts} (94%)
 create mode 100644 sdks/typescript/test/docs/programming_guide.ts