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

heejong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 2bb60c3  Merge pull request #12789 from edre/patch-1
     new b16742b  [BEAM-10791] Identify and log additional information needed 
to debug streaming insert requests for Python SDK
     new 2cf1737  share histogram in a single process
     new 33c9e34  add tests
     new cfe61fd  add comments
     new e521d10  safer locking
     new f08762f  addressing comments
     new ccd5d6b  fix tests
     new 3613ac5  get atomic percentile loggings
     new 50009a8  add tests
     new 4635afb  Merge pull request #12754 from ihji/BEAM-10791

The 28754 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/io/gcp/bigquery.py         |  39 +++-
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |   1 +
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   |  26 ++-
 .../apache_beam/io/gcp/bigquery_tools_test.py      |  20 ++
 .../python/apache_beam/options/pipeline_options.py |  21 +++
 sdks/python/apache_beam/utils/histogram.py         | 207 +++++++++++++++++++++
 sdks/python/apache_beam/utils/histogram_test.py    | 134 +++++++++++++
 7 files changed, 440 insertions(+), 8 deletions(-)
 create mode 100644 sdks/python/apache_beam/utils/histogram.py
 create mode 100644 sdks/python/apache_beam/utils/histogram_test.py

Reply via email to