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 1c9fff2 (commit)
to b401d23 (commit)
from 1c9fff2 Merge pull request #14244: [BEAM-11907] SQS source with full
functionality
add 6ac74d3 Fix typo in dataframes docs.
add ab68cc1 Merge pull request #15116 Fix typo in dataframes docs.
add a7b5bee [BEAM-12583] Ignore testReturnsProcessWideMonitoringInfos()
until it will be fixed
add efc9b7f Merge pull request #15130: [BEAM-12583] Ignore
testReturnsProcessWideMonitoringInfos() until it will be fixed
add 594358e Fix a Py3 error in coders example.
add fa0351c Merge pull request #15125 from tvalentyn/coders_example
add d181435 [BEAM-12548] Add unit tests for sum function to passert
package (#15131)
add 3d181c4 Update Python container image to 20210702.
add 7a9433b Merge pull request #15132 from tysonjh/py-container-update
add 2c6f42c Merge pull request #15056: [BEAM-10887] Timer clear
add e477c1b [BEAM-12584] Fix sample and make tag in documentation point
to correct sample. (#15133)
add 2809141 Revert "Merge pull request #15056: [BEAM-10887] Timer clear"
add b9d5c40 Merge pull request #15134: Revert "[BEAM-10887] Timer clear"
add 1991779 Skip BQ tests if no BQ client is installed (#15124)
add 42ef75d Revert "[BEAM-12119] [BEAM-12122] Add integer and string
`_id` keys support to Python IO MongoDB"
add b401d23 Merge pull request #15115: [BEAM-12515] Revert "[BEAM-12119]
[BEAM-12122] Add integer and string `_id` keys support to Python IO MongoDB"
No new revisions were added by this update.
Summary of changes:
sdks/go/pkg/beam/testing/passert/sum_test.go | 110 +++++
...rnessMonitoringInfosInstructionHandlerTest.java | 2 +
.../python/apache_beam/examples/cookbook/coders.py | 2 +-
sdks/python/apache_beam/io/gcp/bigquery_test.py | 6 +-
sdks/python/apache_beam/io/mongodbio.py | 491 ++++++---------------
sdks/python/apache_beam/io/mongodbio_test.py | 230 ++--------
sdks/python/apache_beam/io/range_trackers.py | 131 ++----
sdks/python/apache_beam/io/range_trackers_test.py | 102 +----
.../apache_beam/runners/dataflow/internal/names.py | 4 +-
.../en/blog/dataframe-api-preview-available.md | 2 +-
.../content/en/documentation/programming-guide.md | 2 +-
11 files changed, 370 insertions(+), 712 deletions(-)
create mode 100644 sdks/go/pkg/beam/testing/passert/sum_test.go