This is an automated email from the ASF dual-hosted git repository. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
from c9e036e40e4 [Python BQ] Retry get_table for quota errors (#28820) add 992e4fd5019 upgrade prettier add 63503391562 Merge pull request #29942 [Typescript] upgrade prettier No new revisions were added by this update. Summary of changes: 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 +- 54 files changed, 570 insertions(+), 552 deletions(-)