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

udim pushed a change to branch release-2.18.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from df46eb2  Merge pull request #10385: [release-2.18.0][BEAM-8967] Maven 
artifact beam-sdks-java-core does not have JSR305 specified as "compile"
     add b870d97  Setting all logging on the root logger as before.
     add 647bf40  Making logger in filesystems.py root logger.
     new 0658bc6  Merge pull request #10416: [BEAM-8976] Setting all logging on 
the root logger as before.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/internal/gcp/auth.py                            | 2 +-
 sdks/python/apache_beam/io/filebasedsink.py                             | 2 +-
 sdks/python/apache_beam/io/filebasedsink_test.py                        | 2 +-
 sdks/python/apache_beam/io/fileio.py                                    | 2 +-
 sdks/python/apache_beam/io/filesystem.py                                | 2 +-
 sdks/python/apache_beam/io/filesystemio_test.py                         | 2 +-
 sdks/python/apache_beam/io/gcp/big_query_query_to_table_it_test.py      | 2 +-
 sdks/python/apache_beam/io/gcp/bigquery.py                              | 2 +-
 sdks/python/apache_beam/io/gcp/bigquery_file_loads.py                   | 2 +-
 sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py              | 2 +-
 sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py                 | 2 +-
 sdks/python/apache_beam/io/gcp/bigquery_test.py                         | 2 +-
 sdks/python/apache_beam/io/gcp/bigquery_tools.py                        | 2 +-
 sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py                | 2 +-
 sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio.py              | 2 +-
 sdks/python/apache_beam/io/gcp/datastore/v1/helper.py                   | 2 +-
 .../apache_beam/io/gcp/datastore/v1new/datastore_write_it_pipeline.py   | 2 +-
 sdks/python/apache_beam/io/gcp/datastore/v1new/datastoreio.py           | 2 +-
 sdks/python/apache_beam/io/gcp/datastore/v1new/types_test.py            | 2 +-
 sdks/python/apache_beam/io/gcp/datastore_write_it_pipeline.py           | 2 +-
 sdks/python/apache_beam/io/gcp/gcsio.py                                 | 2 +-
 sdks/python/apache_beam/io/gcp/gcsio_overrides.py                       | 2 +-
 sdks/python/apache_beam/io/gcp/tests/bigquery_matcher.py                | 2 +-
 sdks/python/apache_beam/io/gcp/tests/pubsub_matcher.py                  | 2 +-
 sdks/python/apache_beam/io/gcp/tests/utils.py                           | 2 +-
 sdks/python/apache_beam/io/hadoopfilesystem.py                          | 2 +-
 sdks/python/apache_beam/io/iobase.py                                    | 2 +-
 sdks/python/apache_beam/io/mongodbio.py                                 | 2 +-
 sdks/python/apache_beam/io/mongodbio_it_test.py                         | 2 +-
 sdks/python/apache_beam/io/range_trackers.py                            | 2 +-
 sdks/python/apache_beam/io/source_test_utils.py                         | 2 +-
 sdks/python/apache_beam/io/textio.py                                    | 2 +-
 sdks/python/apache_beam/io/tfrecordio.py                                | 2 +-
 sdks/python/apache_beam/io/vcfio.py                                     | 2 +-
 sdks/python/apache_beam/options/pipeline_options.py                     | 2 +-
 .../runners/dataflow/dataflow_exercise_streaming_metrics_pipeline.py    | 2 +-
 .../dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py       | 2 +-
 sdks/python/apache_beam/runners/dataflow/dataflow_metrics.py            | 2 +-
 sdks/python/apache_beam/runners/dataflow/dataflow_runner.py             | 2 +-
 sdks/python/apache_beam/runners/dataflow/internal/apiclient.py          | 2 +-
 sdks/python/apache_beam/runners/dataflow/native_io/iobase.py            | 2 +-
 sdks/python/apache_beam/runners/dataflow/test_dataflow_runner.py        | 2 +-
 sdks/python/apache_beam/runners/direct/direct_runner.py                 | 2 +-
 sdks/python/apache_beam/runners/direct/executor.py                      | 2 +-
 sdks/python/apache_beam/runners/direct/transform_evaluator.py           | 2 +-
 sdks/python/apache_beam/runners/interactive/interactive_environment.py  | 2 +-
 sdks/python/apache_beam/runners/interactive/interactive_runner.py       | 2 +-
 sdks/python/apache_beam/runners/job/manager.py                          | 2 +-
 sdks/python/apache_beam/runners/portability/abstract_job_service.py     | 2 +-
 sdks/python/apache_beam/runners/portability/expansion_service_test.py   | 2 +-
 sdks/python/apache_beam/runners/portability/flink_runner.py             | 2 +-
 sdks/python/apache_beam/runners/portability/flink_runner_test.py        | 2 +-
 .../python/apache_beam/runners/portability/flink_uber_jar_job_server.py | 2 +-
 sdks/python/apache_beam/runners/portability/fn_api_runner.py            | 2 +-
 sdks/python/apache_beam/runners/portability/fn_api_runner_test.py       | 2 +-
 sdks/python/apache_beam/runners/portability/fn_api_runner_transforms.py | 2 +-
 sdks/python/apache_beam/runners/portability/local_job_service.py        | 2 +-
 sdks/python/apache_beam/runners/portability/local_job_service_main.py   | 2 +-
 sdks/python/apache_beam/runners/portability/portable_metrics.py         | 2 +-
 sdks/python/apache_beam/runners/portability/portable_runner.py          | 2 +-
 sdks/python/apache_beam/runners/portability/portable_runner_test.py     | 2 +-
 sdks/python/apache_beam/runners/portability/stager.py                   | 2 +-
 sdks/python/apache_beam/runners/portability/stager_test.py              | 2 +-
 sdks/python/apache_beam/runners/runner.py                               | 2 +-
 sdks/python/apache_beam/runners/worker/bundle_processor.py              | 2 +-
 sdks/python/apache_beam/runners/worker/data_plane.py                    | 2 +-
 sdks/python/apache_beam/runners/worker/log_handler_test.py              | 2 +-
 sdks/python/apache_beam/runners/worker/operations.py                    | 2 +-
 sdks/python/apache_beam/runners/worker/sdk_worker.py                    | 2 +-
 sdks/python/apache_beam/runners/worker/sdk_worker_main.py               | 2 +-
 sdks/python/apache_beam/runners/worker/sdk_worker_test.py               | 2 +-
 sdks/python/apache_beam/runners/worker/sideinputs.py                    | 2 +-
 sdks/python/apache_beam/runners/worker/statecache.py                    | 2 +-
 sdks/python/apache_beam/runners/worker/statesampler_test.py             | 2 +-
 sdks/python/apache_beam/runners/worker/worker_pool_main.py              | 2 +-
 sdks/python/apache_beam/testing/benchmarks/nexmark/nexmark_util.py      | 2 +-
 sdks/python/apache_beam/testing/load_tests/load_test_metrics_utils.py   | 2 +-
 sdks/python/apache_beam/testing/pipeline_verifiers.py                   | 2 +-
 sdks/python/apache_beam/transforms/core.py                              | 2 +-
 sdks/python/apache_beam/transforms/trigger.py                           | 2 +-
 sdks/python/apache_beam/typehints/typehints.py                          | 2 +-
 sdks/python/apache_beam/utils/profiler.py                               | 2 +-
 sdks/python/apache_beam/utils/retry.py                                  | 2 +-
 sdks/python/apache_beam/utils/subprocess_server.py                      | 2 +-
 84 files changed, 84 insertions(+), 84 deletions(-)

Reply via email to