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 2020/10/03 02:42:51 UTC

[beam] tag nightly-master updated (ea3b987 -> 0738042)

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

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


*** WARNING: tag nightly-master was modified! ***

    from ea3b987  (commit)
      to 0738042  (commit)
    from ea3b987  [BEAM-10862] Handle empty tfrecord files within a glob (#12790)
     add 75641fb  Moved getTableSchema method from expand to setup in ClickHouseIO
     add 08d9aae  Added a Nullable TableSchema field in Clickhouse.Write
     add 969b0c6  [BEAM-8024] Add dataflow and flink runner to JPMS test (#12970)
     add 363e989  [BEAM-10639] Integration test that exercises --setup_file flag on Dataflow (#12964)
     add 86688d7  Merge branch 'master' of https://github.com/apache/beam into BEAM-10832
     add e85e570  Merge pull request #12919: [BEAM-10832] Fixed ClickhouseIO's getTableSchema
     add aebad5c  [BEAM-7746] Add more typing to metrics
     add 57fe546  Merge pull request #12883 [BEAM-7746] Add more typing to metrics
     add c99c9a1  [BEAM-10991] Adjust CHANGES.md to indicate rollback of fix for BEAM-8543
     add 8f35da4  Merge pull request #12997 from kennknowles/dataflow-timer-holds
     add 320a81c  [BEAM-9506] Evaluate gcs_location at runtime, not at pipeline construction time
     add 8ff9c89  Merge pull request #12939 from [BEAM-9506] Evaluate gcs_location at runtime, not at pipeline construction time
     add a5f1c1f  [BEAM-10670] Fix impulse to use MIN_TIMESTAMP and not current time.
     add 6fe33a5  Merge pull request #13002 from lukecwik/beam10670.3
     add f34ecc3  [BEAM-9399] Change DataflowWorkerLoggingHandler to report errors to the original System.err
     add 0113e4b  Merge pull request #12825 from scwhittle/logging
     add 0738042  [BEAM-9547] Implement dot method for dataframes. (#12990)

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/README.md                      |  3 +
 ...ob_PostCommit_Java_Jpms_Dataflow_Java11.groovy} |  8 +-
 ... job_PostCommit_Java_Jpms_Direct_Java11.groovy} |  8 +-
 ...> job_PostCommit_Java_Jpms_Flink_Java11.groovy} |  8 +-
 CHANGES.md                                         |  5 ++
 .../logging/DataflowWorkerLoggingInitializer.java  | 33 ++++++++
 .../JulHandlerPrintStreamAdapterFactory.java       | 38 ++++-----
 .../JulHandlerPrintStreamAdapterFactoryTest.java   |  8 ++
 .../translation/SamzaImpulseSystemFactory.java     |  4 +-
 .../beam/sdk/io/clickhouse/ClickHouseIO.java       | 20 ++++-
 sdks/java/testing/jpms-tests/build.gradle          | 50 +++++++++++-
 sdks/python/apache_beam/dataframe/frames.py        | 71 +++++++++++++++-
 .../apache_beam/dataframe/pandas_doctests_test.py  | 12 ++-
 .../complete/juliaset/juliaset/juliaset_test.py    |  6 +-
 .../juliaset/juliaset/juliaset_test_it.py}         | 58 ++++++-------
 sdks/python/apache_beam/io/gcp/bigquery.py         | 73 +++++++++--------
 sdks/python/apache_beam/io/gcp/bigquery_test.py    | 94 +++++++++++++++-------
 sdks/python/apache_beam/metrics/cells.py           | 62 ++++++++++++--
 sdks/python/apache_beam/metrics/execution.py       | 63 ++++++++++++---
 sdks/python/apache_beam/metrics/metric.py          | 68 ++++++++++++----
 sdks/python/apache_beam/metrics/metricbase.py      |  6 +-
 .../python/apache_beam/metrics/monitoring_infos.py |  6 ++
 sdks/python/mypy.ini                               |  3 +
 23 files changed, 541 insertions(+), 166 deletions(-)
 copy .test-infra/jenkins/{job_PostCommit_Java_Jpms_Java11.groovy => job_PostCommit_Java_Jpms_Dataflow_Java11.groovy} (83%)
 copy .test-infra/jenkins/{job_PostCommit_Java_Jpms_Java11.groovy => job_PostCommit_Java_Jpms_Direct_Java11.groovy} (83%)
 rename .test-infra/jenkins/{job_PostCommit_Java_Jpms_Java11.groovy => job_PostCommit_Java_Jpms_Flink_Java11.groovy} (84%)
 copy sdks/python/apache_beam/{io/external/generate_sequence_test.py => examples/complete/juliaset/juliaset/juliaset_test_it.py} (50%)