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 3260a7bf25a Final edit on data preprocessing notebooks (#29940)
     add 4cf1b15024d Updated the doc with  Security Fixes for 2.53.0 (#29941)
     add 66f98a0670c Update finalize_release.yml (#29918)
     add 75cfbee1591 Update MLTransform docs (#29910)
     add c9e036e40e4 [Python BQ] Retry get_table for quota errors (#28820)
     add 992e4fd5019 upgrade prettier
     add 63503391562 Merge pull request #29942 [Typescript] upgrade prettier
     add 094eb7dc5d7 Increase granularity of DICOM IO Unit Tests (#29956)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/finalize_release.yml             |  17 +-
 CHANGES.md                                         |   8 +-
 sdks/python/apache_beam/io/gcp/bigquery_test.py    | 201 ++++++++++++++++++++-
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   |   2 +-
 .../apache_beam/io/gcp/healthcare/dicomio_test.py  |  39 +++-
 sdks/python/apache_beam/utils/retry.py             |  33 +++-
 sdks/typescript/package-lock.json                  |  25 +--
 sdks/typescript/package.json                       |   2 +-
 sdks/typescript/src/apache_beam/coders/coders.ts   |   6 +-
 .../src/apache_beam/coders/required_coders.ts      |  29 +--
 .../typescript/src/apache_beam/coders/row_coder.ts |  24 +--
 .../src/apache_beam/coders/standard_coders.ts      |   2 +-
 .../src/apache_beam/examples/wordcount.ts          |   2 +-
 .../src/apache_beam/examples/wordcount_sql.ts      |   4 +-
 .../src/apache_beam/examples/wordcount_textio.ts   |   2 +-
 .../src/apache_beam/internal/environments.ts       |  12 +-
 .../src/apache_beam/internal/pipeline.ts           |  53 +++---
 .../src/apache_beam/internal/serialize.ts          |  10 +-
 sdks/typescript/src/apache_beam/io/avroio.ts       |  12 +-
 sdks/typescript/src/apache_beam/io/bigqueryio.ts   |   8 +-
 sdks/typescript/src/apache_beam/io/kafka.ts        |  20 +-
 sdks/typescript/src/apache_beam/io/parquetio.ts    |  12 +-
 sdks/typescript/src/apache_beam/io/pubsub.ts       |  28 +--
 sdks/typescript/src/apache_beam/io/pubsublite.ts   |  12 +-
 sdks/typescript/src/apache_beam/io/schemaio.ts     |  10 +-
 sdks/typescript/src/apache_beam/io/textio.ts       |  32 ++--
 sdks/typescript/src/apache_beam/pvalue.ts          |  50 ++---
 .../src/apache_beam/runners/artifacts.ts           |  18 +-
 .../typescript/src/apache_beam/runners/dataflow.ts |   6 +-
 .../src/apache_beam/runners/direct_runner.ts       |  48 ++---
 sdks/typescript/src/apache_beam/runners/flink.ts   |   8 +-
 .../apache_beam/runners/portable_runner/runner.ts  |  34 ++--
 sdks/typescript/src/apache_beam/runners/runner.ts  |  16 +-
 .../src/apache_beam/runners/universal.ts           |   6 +-
 sdks/typescript/src/apache_beam/testing/assert.ts  |  16 +-
 .../apache_beam/testing/multi_pipeline_runner.ts   |  22 +--
 .../src/apache_beam/transforms/create.ts           |   2 +-
 .../src/apache_beam/transforms/external.ts         |  62 +++----
 .../src/apache_beam/transforms/flatten.ts          |   4 +-
 .../apache_beam/transforms/group_and_combine.ts    |  50 ++---
 .../src/apache_beam/transforms/internal.ts         |  38 ++--
 .../typescript/src/apache_beam/transforms/pardo.ts |  45 ++---
 .../src/apache_beam/transforms/python.ts           |   8 +-
 sdks/typescript/src/apache_beam/transforms/sql.ts  |  16 +-
 .../src/apache_beam/transforms/transform.ts        |  18 +-
 .../typescript/src/apache_beam/transforms/utils.ts |   4 +-
 .../src/apache_beam/transforms/window.ts           |  22 +--
 .../src/apache_beam/transforms/windowings.ts       |  10 +-
 sdks/typescript/src/apache_beam/utils/service.ts   |  48 ++---
 sdks/typescript/src/apache_beam/utils/utils.ts     |   2 +-
 sdks/typescript/src/apache_beam/values.ts          |   5 +-
 sdks/typescript/src/apache_beam/worker/data.ts     |   6 +-
 .../apache_beam/worker/external_worker_service.ts  |  10 +-
 sdks/typescript/src/apache_beam/worker/logging.ts  |   6 +-
 sdks/typescript/src/apache_beam/worker/metrics.ts  |  18 +-
 .../typescript/src/apache_beam/worker/operators.ts | 121 +++++++------
 .../src/apache_beam/worker/pardo_context.ts        |  26 +--
 sdks/typescript/src/apache_beam/worker/state.ts    |  18 +-
 sdks/typescript/src/apache_beam/worker/worker.ts   |  50 ++---
 .../src/apache_beam/worker/worker_main.ts          |   4 +-
 website/www/site/content/en/blog/beam-2.53.0.md    |   8 +-
 .../content/en/documentation/ml/preprocess-data.md |  75 +++-----
 62 files changed, 873 insertions(+), 632 deletions(-)

Reply via email to