[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new eb067ff  Updating config from bot
eb067ff is described below

commit eb067ff2c2861a6f503e19b6b701507ca61e7620
Author: github-actions 
AuthorDate: Thu Mar 31 05:54:42 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b251485  Updating config from bot
b251485 is described below

commit b251485bef4cfc83f33aaa0dde039fa37308def0
Author: github-actions 
AuthorDate: Thu Mar 31 05:54:45 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 7739ee3  Updating config from bot
7739ee3 is described below

commit 7739ee38a73e065f5657769b89d09b7282a59b41
Author: github-actions 
AuthorDate: Thu Mar 31 05:29:14 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new cb17cae  Updating config from bot
cb17cae is described below

commit cb17cae8579057a7d726789c859191484471166b
Author: github-actions 
AuthorDate: Thu Mar 31 05:29:10 2022 +

Updating config from bot


[beam] branch nightly-refs/heads/master updated (ec62f3d -> 8af69d7)

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


from ec62f3d  Merge pull request #17194 from apache/revert-17066-fixTodoUp
 add 5bc685e  [BEAM-14003] Adds compat for Elasticsearch 8.0.0
 add b535270  [BEAM-13136] Removes support for Elasticsearch 2.x
 add a1a6321  Merge pull request #16953 from 
egalpin/elasticsearchio-es-8.0-compat
 add 0ea0e0a  Merge pull request #17149 from [BEAM-13883] [Playground] 
Increase test coverage for the infrastructure module
 add f271029  ignore test
 add 2afabf8  Merge pull request #17219 from kileys/skip-test
 add 3194b3b  [BEAM-13948] Add unstack(), a non-deferred column operation 
on categorical columns (#17026)
 add 9d706e3  [BEAM-10976] Bundle finalization: E2E support (#17045)
 add 973282d  [BEAM-14094]Fix null pointer exception in HllCountInitFn
 add 58a8658  [BEAM-14094]Fix null pointer exception in HllCountInitFn
 add 8af69d7  Merge pull request #17081 from 
brachi-wernick/BEAM-14094-fix-HllCountInitFn-npe

No new revisions were added by this update.

Summary of changes:
 playground/infrastructure/ci_helper.py |  16 +-
 playground/infrastructure/requirements.txt |   1 +
 playground/infrastructure/test_cd_helper.py|  24 +-
 playground/infrastructure/test_ci_cd.py|   8 +-
 playground/infrastructure/test_ci_helper.py| 139 -
 playground/infrastructure/test_helper.py   |   2 +-
 .../infrastructure/test_logger.py  |  16 +-
 sdks/go/pkg/beam/core/funcx/fn.go  |  54 +++-
 sdks/go/pkg/beam/core/funcx/fn_test.go |  59 
 sdks/go/pkg/beam/core/runtime/exec/fn.go   |   8 +-
 sdks/go/pkg/beam/core/runtime/exec/fn_arity.go |  24 ++
 sdks/go/pkg/beam/core/runtime/exec/fn_arity.tmpl   |   2 +-
 sdks/go/pkg/beam/core/runtime/graphx/serialize.go  |   4 +
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |   8 +-
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.pb.go   | 339 +++--
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.proto   |   2 +
 sdks/go/pkg/beam/core/typex/class.go   |   1 +
 sdks/go/pkg/beam/core/typex/class_test.go  |   2 +
 sdks/go/pkg/beam/core/typex/special.go |  13 +-
 sdks/go/pkg/beam/core/util/reflectx/calls.go   | 164 ++
 sdks/go/pkg/beam/core/util/reflectx/calls.tmpl |   2 +-
 sdks/go/pkg/beam/forward.go|   4 +
 .../sdk/extensions/zetasketch/HllCountInitFn.java  |  16 +-
 .../state/BeamFnStateGrpcClientCacheTest.java  |   2 +
 .../elasticsearch-tests-5/build.gradle |   4 -
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |   7 -
 .../java/org/elasticsearch/bootstrap/JarHell.java  |  34 ---
 .../elasticsearch-tests-6/build.gradle |   4 -
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |   7 -
 .../java/org/elasticsearch/bootstrap/JarHell.java  |  36 ---
 .../elasticsearch-tests-7/build.gradle |   7 -
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |   7 -
 .../java/org/elasticsearch/bootstrap/JarHell.java  |  36 ---
 .../build.gradle   |  23 +-
 .../sdk/io/elasticsearch/ElasticsearchIOIT.java|   4 +-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  13 +-
 .../elasticsearch/ElasticsearchIOTestCommon.java   |  60 ++--
 .../io/elasticsearch/ElasticsearchIOTestUtils.java |  44 ++-
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 162 +-
 sdks/python/apache_beam/dataframe/frames.py|  93 --
 sdks/python/apache_beam/dataframe/frames_test.py   | 152 -
 settings.gradle.kts|   1 +
 42 files changed, 1072 insertions(+), 532 deletions(-)
 copy sdks/python/apache_beam/utils/sentinel.py => 
playground/infrastructure/test_logger.py (75%)
 delete mode 100644 
sdks/java/io/elasticsearch-tests/elasticsearch-tests-5/src/test/java/org/elasticsearch/bootstrap/JarHell.java
 delete mode 100644 
sdks/java/io/elasticsearch-tests/elasticsearch-tests-6/src/test/java/org/elasticsearch/bootstrap/JarHell.java
 delete mode 100644 
sdks/java/io/elasticsearch-tests/elasticsearch-tests-7/src/test/java/org/elasticsearch/bootstrap/JarHell.java
 copy sdks/java/io/elasticsearch-tests/{elasticsearch-tests-common => 
elasticsearch-tests-8}/build.gradle (83%)
 copy sdks/java/io/elasticsearch-tests/{elasticsearch-tests-7 => 
elasticsearch-tests-8}/src/test/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIOIT.java
 (99%)
 copy sdks/java/io/elasticsearch-tests/{elasticsearch-tests-7 => 
elasticsearch-tests-8}/src/test/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIOTest.java
 (95%)


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 3b7f0db  Updating config from bot
3b7f0db is described below

commit 3b7f0db2cd6457efdb38afa36bffbbf7e559dbe8
Author: github-actions 
AuthorDate: Thu Mar 31 04:55:23 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4c1a467  Updating config from bot
4c1a467 is described below

commit 4c1a4675f908eea09fcabeacc79ec6920af2a01f
Author: github-actions 
AuthorDate: Thu Mar 31 04:55:19 2022 +

Updating config from bot


[beam] 01/01: Merge pull request #17215: [release-2.38.0] [BEAM-14201] Ensure the removed option prebuild_sdk_container_base_image not used on its own.

2022-03-30 Thread danoliveira
This is an automated email from the ASF dual-hosted git repository.

danoliveira pushed a commit to branch release-2.38.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 90f8ecd322ef1e6a538eee5c058541c9d619885e
Merge: 34e88c9 b071bf6
Author: Daniel Oliveira 
AuthorDate: Wed Mar 30 21:38:44 2022 -0700

Merge pull request #17215: [release-2.38.0] [BEAM-14201] Ensure the removed 
option prebuild_sdk_container_base_image not used on its own.

[release-2.38.0] [BEAM-14201] Ensure the removed option 
prebuild_sdk_container_base_image not used on its own.

 .../python/apache_beam/options/pipeline_options.py |  9 
 .../options/pipeline_options_validator.py  | 12 +++
 .../options/pipeline_options_validator_test.py | 25 ++
 3 files changed, 46 insertions(+)


[beam] branch release-2.38.0 updated (34e88c9 -> 90f8ecd)

2022-03-30 Thread danoliveira
This is an automated email from the ASF dual-hosted git repository.

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


from 34e88c9  Merge pull request #17218: 
[cherry-pick][release-2.38.0][BEAM-14194]: Disallow autoscaling for 
SpannerIO.readChangeStream
 add b071bf6  Ensure the removed option prebuild_sdk_container_base_image 
not used on its own.
 new 90f8ecd  Merge pull request #17215: [release-2.38.0] [BEAM-14201] 
Ensure the removed option prebuild_sdk_container_base_image not used on its own.

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:
 .../python/apache_beam/options/pipeline_options.py |  9 
 .../options/pipeline_options_validator.py  | 12 +++
 .../options/pipeline_options_validator_test.py | 25 ++
 3 files changed, 46 insertions(+)


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1e649f6  Updating config from bot
1e649f6 is described below

commit 1e649f607ff736302814f6ed272890a2421196c3
Author: github-actions 
AuthorDate: Thu Mar 31 04:06:53 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9534b51  Updating config from bot
9534b51 is described below

commit 9534b5162a86f8a63d179160e817312815243a98
Author: github-actions 
AuthorDate: Thu Mar 31 04:06:50 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 28460df  Updating config from bot
28460df is described below

commit 28460df5f77c8e83e6c5d276972b3ea18889c3a6
Author: github-actions 
AuthorDate: Thu Mar 31 03:40:54 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 231bb34  Updating config from bot
231bb34 is described below

commit 231bb349d9e76c560fa106316d37a2dc19e8984e
Author: github-actions 
AuthorDate: Thu Mar 31 03:40:57 2022 +

Updating config from bot


[beam] 01/01: Merge pull request #17218: [cherry-pick][release-2.38.0][BEAM-14194]: Disallow autoscaling for SpannerIO.readChangeStream

2022-03-30 Thread danoliveira
This is an automated email from the ASF dual-hosted git repository.

danoliveira pushed a commit to branch release-2.38.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 34e88c93ed53d5a0e54e5dc503c8edae8cee3ad2
Merge: f9aef19 4b80f8f
Author: Daniel Oliveira 
AuthorDate: Wed Mar 30 20:19:28 2022 -0700

Merge pull request #17218: [cherry-pick][release-2.38.0][BEAM-14194]: 
Disallow autoscaling for SpannerIO.readChangeStream

[cherry-pick][release-2.38.0][BEAM-14194]: Disallow autoscaling for 
SpannerIO.readChangeStream

 .../dataflow/DataflowPipelineTranslator.java   | 27 +
 .../dataflow/DataflowPipelineTranslatorTest.java   | 67 ++
 2 files changed, 94 insertions(+)


[beam] branch release-2.38.0 updated (f9aef19 -> 34e88c9)

2022-03-30 Thread danoliveira
This is an automated email from the ASF dual-hosted git repository.

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


from f9aef19  Merge pull request #17197: [cherry-pick][BEAM-14163] Fix typo 
in single core per container logic.
 add 4b80f8f  Merge pull request #17202 from [BEAM-14194]: Disallow 
autoscaling for SpannerIO.readChangeStream
 new 34e88c9  Merge pull request #17218: 
[cherry-pick][release-2.38.0][BEAM-14194]: Disallow autoscaling for 
SpannerIO.readChangeStream

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:
 .../dataflow/DataflowPipelineTranslator.java   | 27 +
 .../dataflow/DataflowPipelineTranslatorTest.java   | 67 ++
 2 files changed, 94 insertions(+)


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new cc52670  Updating config from bot
cc52670 is described below

commit cc526702f0b28f7f562bb6b44ff7c49ad4a0492f
Author: github-actions 
AuthorDate: Thu Mar 31 03:14:06 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 5325afe  Updating config from bot
5325afe is described below

commit 5325afec2109d542eb43ca5a99653879737de77e
Author: github-actions 
AuthorDate: Thu Mar 31 03:14:09 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new aa3e4e4  Updating config from bot
aa3e4e4 is described below

commit aa3e4e40dbd6656e7eea41d0221015cb9e87ede7
Author: github-actions 
AuthorDate: Thu Mar 31 02:32:48 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 923d67f  Updating config from bot
923d67f is described below

commit 923d67f6cc588c40e02f9ed917ee35601a61bd60
Author: github-actions 
AuthorDate: Thu Mar 31 02:32:45 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f015e8c  Updating config from bot
f015e8c is described below

commit f015e8c890036ac57a2573776a41316c1878bd83
Author: github-actions 
AuthorDate: Thu Mar 31 01:32:45 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 04ad749  Updating config from bot
04ad749 is described below

commit 04ad74987413a9f7f4e2accb8d5bb41b3fdd0d83
Author: github-actions 
AuthorDate: Thu Mar 31 01:32:42 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new cf96ada  Updating config from bot
cf96ada is described below

commit cf96adafdc6f8a19a1b9a41edd9b80bb6765bf6a
Author: github-actions 
AuthorDate: Thu Mar 31 00:48:55 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 5a4f8c9  Updating config from bot
5a4f8c9 is described below

commit 5a4f8c98b344459b1f9f081a7ec2a2aacf4745a8
Author: github-actions 
AuthorDate: Thu Mar 31 00:48:52 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new aa8cd67  Updating config from bot
aa8cd67 is described below

commit aa8cd671ce059dc6a14393de5e4386d765f3765f
Author: github-actions 
AuthorDate: Thu Mar 31 00:13:13 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 6a3dfd3  Updating config from bot
6a3dfd3 is described below

commit 6a3dfd3536581c44a04b14dca702d155abc51b87
Author: github-actions 
AuthorDate: Thu Mar 31 00:13:10 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 39c0910  Updating config from bot
39c0910 is described below

commit 39c0910e01b33416669df4b8e12934a4514e1cc0
Author: github-actions 
AuthorDate: Wed Mar 30 23:34:50 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new bd05f8d  Updating config from bot
bd05f8d is described below

commit bd05f8d10ac86068708089dccf518847e4bb7814
Author: github-actions 
AuthorDate: Wed Mar 30 23:34:48 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1842d5c  Updating config from bot
1842d5c is described below

commit 1842d5c0fb375ecc8d9177b68a5424a50176c78c
Author: github-actions 
AuthorDate: Wed Mar 30 23:04:48 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 019861f  Updating config from bot
019861f is described below

commit 019861fc50d39c1fde51942046accc40ec6f5562
Author: github-actions 
AuthorDate: Wed Mar 30 23:04:44 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 24cf28d  Updating config from bot
24cf28d is described below

commit 24cf28d1f5f73f9d80bf2e04a514e7fa6d7f2236
Author: github-actions 
AuthorDate: Wed Mar 30 22:35:18 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new bf27a41  Updating config from bot
bf27a41 is described below

commit bf27a41aa62e19f0bad7093e0a13ef184b6765b3
Author: github-actions 
AuthorDate: Wed Mar 30 22:35:16 2022 +

Updating config from bot


[beam] branch master updated (9d706e3 -> 8af69d7)

2022-03-30 Thread ibzib
This is an automated email from the ASF dual-hosted git repository.

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


from 9d706e3  [BEAM-10976] Bundle finalization: E2E support (#17045)
 new 973282d  [BEAM-14094]Fix null pointer exception in HllCountInitFn
 new 58a8658  [BEAM-14094]Fix null pointer exception in HllCountInitFn
 new 8af69d7  Merge pull request #17081 from 
brachi-wernick/BEAM-14094-fix-HllCountInitFn-npe

The 35128 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:
 .../beam/sdk/extensions/zetasketch/HllCountInitFn.java   | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 8c29b4d  Updating config from bot
8c29b4d is described below

commit 8c29b4df7e486b59073db498fc01a2f853cd3a28
Author: github-actions 
AuthorDate: Wed Mar 30 22:04:45 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new bc082cd  Updating config from bot
bc082cd is described below

commit bc082cda830d280f2252239d869658a3ac0ec34f
Author: github-actions 
AuthorDate: Wed Mar 30 22:04:40 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 2f92a22  Updating config from bot
2f92a22 is described below

commit 2f92a2203b275f1250047e1cf60b025a89125839
Author: github-actions 
AuthorDate: Wed Mar 30 21:34:18 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f48a04e  Updating config from bot
f48a04e is described below

commit f48a04ebb856992cb11ef561a2f40c83f450c4b5
Author: github-actions 
AuthorDate: Wed Mar 30 21:34:16 2022 +

Updating config from bot


[beam] branch master updated (3194b3b -> 9d706e3)

2022-03-30 Thread lostluck
This is an automated email from the ASF dual-hosted git repository.

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


from 3194b3b  [BEAM-13948] Add unstack(), a non-deferred column operation 
on categorical columns (#17026)
 add 9d706e3  [BEAM-10976] Bundle finalization: E2E support (#17045)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/funcx/fn.go |  54 +++-
 sdks/go/pkg/beam/core/funcx/fn_test.go|  59 
 sdks/go/pkg/beam/core/runtime/exec/fn.go  |   8 +-
 sdks/go/pkg/beam/core/runtime/exec/fn_arity.go|  24 ++
 sdks/go/pkg/beam/core/runtime/exec/fn_arity.tmpl  |   2 +-
 sdks/go/pkg/beam/core/runtime/graphx/serialize.go |   4 +
 sdks/go/pkg/beam/core/runtime/graphx/translate.go |   8 +-
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.pb.go  | 339 +++---
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.proto  |   2 +
 sdks/go/pkg/beam/core/typex/class.go  |   1 +
 sdks/go/pkg/beam/core/typex/class_test.go |   2 +
 sdks/go/pkg/beam/core/typex/special.go|  13 +-
 sdks/go/pkg/beam/core/util/reflectx/calls.go  | 164 +++
 sdks/go/pkg/beam/core/util/reflectx/calls.tmpl|   2 +-
 sdks/go/pkg/beam/forward.go   |   4 +
 15 files changed, 500 insertions(+), 186 deletions(-)


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 35a6af9  Updating config from bot
35a6af9 is described below

commit 35a6af991fc28112f8de252ab859bcb84c06dd96
Author: github-actions 
AuthorDate: Wed Mar 30 21:05:53 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 55af2e4  Updating config from bot
55af2e4 is described below

commit 55af2e4dd5080ad2814e831d71770b36a40edd76
Author: github-actions 
AuthorDate: Wed Mar 30 21:05:49 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 59a204e  Updating config from bot
59a204e is described below

commit 59a204e8f6c3a88273ca0cc8b5da67fdd70e3259
Author: github-actions 
AuthorDate: Wed Mar 30 20:35:46 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 6a1d198  Updating config from bot
6a1d198 is described below

commit 6a1d1989119dff79fa18412896321f32169262c8
Author: github-actions 
AuthorDate: Wed Mar 30 20:35:44 2022 +

Updating config from bot


[beam] branch master updated (2afabf8 -> 3194b3b)

2022-03-30 Thread bhulette
This is an automated email from the ASF dual-hosted git repository.

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


from 2afabf8  Merge pull request #17219 from kileys/skip-test
 add 3194b3b  [BEAM-13948] Add unstack(), a non-deferred column operation 
on categorical columns (#17026)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/frames.py  |  93 ++
 sdks/python/apache_beam/dataframe/frames_test.py | 152 +--
 2 files changed, 215 insertions(+), 30 deletions(-)


[beam] branch master updated: ignore test

2022-03-30 Thread kileysok
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new f271029  ignore test
 new 2afabf8  Merge pull request #17219 from kileys/skip-test
f271029 is described below

commit f27102984df3d7eb076fcc86c9ed0c837a659e7e
Author: kileys 
AuthorDate: Wed Mar 30 17:07:33 2022 +

ignore test
---
 .../apache/beam/fn/harness/state/BeamFnStateGrpcClientCacheTest.java| 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/sdks/java/harness/src/test/java/org/apache/beam/fn/harness/state/BeamFnStateGrpcClientCacheTest.java
 
b/sdks/java/harness/src/test/java/org/apache/beam/fn/harness/state/BeamFnStateGrpcClientCacheTest.java
index e62df46..1615a59 100644
--- 
a/sdks/java/harness/src/test/java/org/apache/beam/fn/harness/state/BeamFnStateGrpcClientCacheTest.java
+++ 
b/sdks/java/harness/src/test/java/org/apache/beam/fn/harness/state/BeamFnStateGrpcClientCacheTest.java
@@ -46,6 +46,7 @@ import 
org.apache.beam.vendor.grpc.v1p43p2.io.grpc.stub.StreamObserver;
 import 
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.util.concurrent.Uninterruptibles;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.JUnit4;
@@ -102,6 +103,7 @@ public class BeamFnStateGrpcClientCacheTest {
   }
 
   @Test
+  @Ignore("(BEAM-13519) Java precommit timing out")
   public void testCachingOfClient() throws Exception {
 Endpoints.ApiServiceDescriptor otherApiServiceDescriptor =
 Endpoints.ApiServiceDescriptor.newBuilder()


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 801cfb3  Updating config from bot
801cfb3 is described below

commit 801cfb3e40688b6b32deabd265afc4bd159b3a0e
Author: github-actions 
AuthorDate: Wed Mar 30 20:07:27 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 5d024c1  Updating config from bot
5d024c1 is described below

commit 5d024c1924c7b4511abc224af9210e9e6ea30f5c
Author: github-actions 
AuthorDate: Wed Mar 30 20:07:25 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new ebe77bd  Updating config from bot
ebe77bd is described below

commit ebe77bd41c711b3a2d4c4603c9568590f94a70a3
Author: github-actions 
AuthorDate: Wed Mar 30 19:33:47 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4d96958  Updating config from bot
4d96958 is described below

commit 4d96958d2897e1e9c1e76d1afbbf3b8e02957464
Author: github-actions 
AuthorDate: Wed Mar 30 19:33:45 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new afa5d00  Updating config from bot
afa5d00 is described below

commit afa5d00523d76671a9ec8fae3cfc39258206452b
Author: github-actions 
AuthorDate: Wed Mar 30 19:08:03 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new bcda546  Updating config from bot
bcda546 is described below

commit bcda54694b9aab2efd03f346b51ab68dc49e1396
Author: github-actions 
AuthorDate: Wed Mar 30 19:08:01 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 85b17de  Updating config from bot
85b17de is described below

commit 85b17def07492dd779dd887b8ed6a3d2433d88c0
Author: github-actions 
AuthorDate: Wed Mar 30 18:44:09 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 24539d1  Updating config from bot
24539d1 is described below

commit 24539d1178760f111c51f1217fcbd7c8cf1c156b
Author: github-actions 
AuthorDate: Wed Mar 30 18:44:07 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f5be04a  Updating config from bot
f5be04a is described below

commit f5be04a9bcf1e56d91bbe6f2e47f06282f24ee10
Author: github-actions 
AuthorDate: Wed Mar 30 18:09:50 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b753b0b  Updating config from bot
b753b0b is described below

commit b753b0b86aadb92c24ec37303435209023e3ee6a
Author: github-actions 
AuthorDate: Wed Mar 30 18:09:47 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new acd3cfe  Updating config from bot
acd3cfe is described below

commit acd3cfebb975ea348c21c42b412d2cf23ca321d1
Author: github-actions 
AuthorDate: Wed Mar 30 17:38:09 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e70d554  Updating config from bot
e70d554 is described below

commit e70d55482b9c715cd4955643031ae0dc5d6e8cd2
Author: github-actions 
AuthorDate: Wed Mar 30 17:38:07 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 6c1ecc9  Updating config from bot
6c1ecc9 is described below

commit 6c1ecc90837d52b5114234a4b0da600edbcf6aaa
Author: github-actions 
AuthorDate: Wed Mar 30 17:17:14 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e18e968  Updating config from bot
e18e968 is described below

commit e18e96851f40f76f354691e03f7130a6dc0e8b9a
Author: github-actions 
AuthorDate: Wed Mar 30 17:17:11 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 6c5ec61  Updating config from bot
6c5ec61 is described below

commit 6c5ec61d6fd0f699b19a317e8a3b8deb3cbd9a1c
Author: github-actions 
AuthorDate: Wed Mar 30 16:59:25 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e8a659d  Updating config from bot
e8a659d is described below

commit e8a659d849962361551087db4304c14972576862
Author: github-actions 
AuthorDate: Wed Mar 30 16:59:23 2022 +

Updating config from bot


[beam] branch master updated (a1a6321 -> 0ea0e0a)

2022-03-30 Thread pabloem
This is an automated email from the ASF dual-hosted git repository.

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


from a1a6321  Merge pull request #16953 from 
egalpin/elasticsearchio-es-8.0-compat
 add 0ea0e0a  Merge pull request #17149 from [BEAM-13883] [Playground] 
Increase test coverage for the infrastructure module

No new revisions were added by this update.

Summary of changes:
 playground/infrastructure/ci_helper.py |  16 ++-
 playground/infrastructure/requirements.txt |   1 +
 playground/infrastructure/test_cd_helper.py|  24 +++-
 playground/infrastructure/test_ci_cd.py|   8 +-
 playground/infrastructure/test_ci_helper.py| 139 -
 playground/infrastructure/test_helper.py   |   2 +-
 .../infrastructure/test_logger.py  |  16 +--
 7 files changed, 186 insertions(+), 20 deletions(-)
 copy sdks/python/apache_beam/utils/sentinel.py => 
playground/infrastructure/test_logger.py (75%)


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 8930e35  Updating config from bot
8930e35 is described below

commit 8930e35b47f2d5860c03d9945ddef04913d779c3
Author: github-actions 
AuthorDate: Wed Mar 30 16:31:12 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e0976e4  Updating config from bot
e0976e4 is described below

commit e0976e44023d4a1f59830d80e52bb92aac158d0d
Author: github-actions 
AuthorDate: Wed Mar 30 16:15:23 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 74e110b  Updating config from bot
74e110b is described below

commit 74e110b5801e045a585254613d4549a9b6997733
Author: github-actions 
AuthorDate: Wed Mar 30 16:15:19 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9943965  Updating config from bot
9943965 is described below

commit 9943965a9fd0a301e3bfdc9f485a0f993f97b990
Author: github-actions 
AuthorDate: Wed Mar 30 15:39:41 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 3ce7030  Updating config from bot
3ce7030 is described below

commit 3ce703040b138562c09221babdd1086dd532274a
Author: github-actions 
AuthorDate: Wed Mar 30 15:39:35 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 70cb9c9  Updating config from bot
70cb9c9 is described below

commit 70cb9c9e73506e8c01a0e622dd3dd8490e840314
Author: github-actions 
AuthorDate: Wed Mar 30 15:09:54 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1b52c0b  Updating config from bot
1b52c0b is described below

commit 1b52c0bca10276fb227ff19ab0c918c7a19f1525
Author: github-actions 
AuthorDate: Wed Mar 30 15:09:50 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a1c7393  Updating config from bot
a1c7393 is described below

commit a1c73935e4c8303f458986c14ac2082c947944dc
Author: github-actions 
AuthorDate: Wed Mar 30 14:38:49 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e9ea98a  Updating config from bot
e9ea98a is described below

commit e9ea98a9283d41eceb4cafce1f9d7cfe06e5227b
Author: github-actions 
AuthorDate: Wed Mar 30 14:38:44 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c6514de  Updating config from bot
c6514de is described below

commit c6514def5c54ea96dd3b8e4b5f1efb9f8631bec2
Author: github-actions 
AuthorDate: Wed Mar 30 14:16:27 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b02c759  Updating config from bot
b02c759 is described below

commit b02c759f77e372692cf2338250cdfc11f8534ec0
Author: github-actions 
AuthorDate: Wed Mar 30 14:16:24 2022 +

Updating config from bot


[beam] branch master updated (ec62f3d -> a1a6321)

2022-03-30 Thread echauchot
This is an automated email from the ASF dual-hosted git repository.

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


from ec62f3d  Merge pull request #17194 from apache/revert-17066-fixTodoUp
 new 5bc685e  [BEAM-14003] Adds compat for Elasticsearch 8.0.0
 new b535270  [BEAM-13136] Removes support for Elasticsearch 2.x
 new a1a6321  Merge pull request #16953 from 
egalpin/elasticsearchio-es-8.0-compat

The 35120 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:
 .../elasticsearch-tests-5/build.gradle |   4 -
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |   7 -
 .../java/org/elasticsearch/bootstrap/JarHell.java  |  34 -
 .../elasticsearch-tests-6/build.gradle |   4 -
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |   7 -
 .../java/org/elasticsearch/bootstrap/JarHell.java  |  36 -
 .../elasticsearch-tests-7/build.gradle |   7 -
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |   7 -
 .../java/org/elasticsearch/bootstrap/JarHell.java  |  36 -
 .../build.gradle   |  23 +--
 .../sdk/io/elasticsearch/ElasticsearchIOIT.java|   4 +-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  13 +-
 .../elasticsearch/ElasticsearchIOTestCommon.java   |  60 
 .../io/elasticsearch/ElasticsearchIOTestUtils.java |  44 --
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 162 ++---
 settings.gradle.kts|   1 +
 16 files changed, 157 insertions(+), 292 deletions(-)
 delete mode 100644 
sdks/java/io/elasticsearch-tests/elasticsearch-tests-5/src/test/java/org/elasticsearch/bootstrap/JarHell.java
 delete mode 100644 
sdks/java/io/elasticsearch-tests/elasticsearch-tests-6/src/test/java/org/elasticsearch/bootstrap/JarHell.java
 delete mode 100644 
sdks/java/io/elasticsearch-tests/elasticsearch-tests-7/src/test/java/org/elasticsearch/bootstrap/JarHell.java
 copy sdks/java/io/elasticsearch-tests/{elasticsearch-tests-common => 
elasticsearch-tests-8}/build.gradle (83%)
 copy sdks/java/io/elasticsearch-tests/{elasticsearch-tests-7 => 
elasticsearch-tests-8}/src/test/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIOIT.java
 (99%)
 copy sdks/java/io/elasticsearch-tests/{elasticsearch-tests-7 => 
elasticsearch-tests-8}/src/test/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIOTest.java
 (95%)


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 159e21e  Updating config from bot
159e21e is described below

commit 159e21eff7935580cd9436057bd59e106c27dc76
Author: github-actions 
AuthorDate: Wed Mar 30 13:43:43 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d8fe6eb  Updating config from bot
d8fe6eb is described below

commit d8fe6ebfec6a88b49e95fc63b049de0e9971a4aa
Author: github-actions 
AuthorDate: Wed Mar 30 13:43:40 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f393425  Updating config from bot
f393425 is described below

commit f39342592ae86cec033fae0b00cd8d753df5bc74
Author: github-actions 
AuthorDate: Wed Mar 30 13:25:13 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a8b4781  Updating config from bot
a8b4781 is described below

commit a8b47814a43c526a6791d1f2656cc0724aa08a04
Author: github-actions 
AuthorDate: Wed Mar 30 13:25:09 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 178dfb1  Updating config from bot
178dfb1 is described below

commit 178dfb12cc488698610114f9ac77c1b99a6decff
Author: github-actions 
AuthorDate: Wed Mar 30 12:49:17 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 724d1d7  Updating config from bot
724d1d7 is described below

commit 724d1d75c13dc905722c4c243b8f21576abb4f97
Author: github-actions 
AuthorDate: Wed Mar 30 12:49:21 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 556f554  Updating config from bot
556f554 is described below

commit 556f554b348284cbe455b19d2f0419947272d67d
Author: github-actions 
AuthorDate: Wed Mar 30 12:10:49 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d968cd3  Updating config from bot
d968cd3 is described below

commit d968cd308314dcf40e6f0ef1bd2d1e8ffe63cd00
Author: github-actions 
AuthorDate: Wed Mar 30 12:10:45 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 58af78d  Updating config from bot
58af78d is described below

commit 58af78d4f822ca4ddeff1f9f7b5bc6c41bfa873e
Author: github-actions 
AuthorDate: Wed Mar 30 11:33:58 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 28a08e3  Updating config from bot
28a08e3 is described below

commit 28a08e3add183e3658b5c2d8871da23b3b3d637c
Author: github-actions 
AuthorDate: Wed Mar 30 11:33:56 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 10062c8  Updating config from bot
10062c8 is described below

commit 10062c8dc7082ce09e8574a952400dc05eb89bd8
Author: github-actions 
AuthorDate: Wed Mar 30 11:09:20 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 3b5f44b  Updating config from bot
3b5f44b is described below

commit 3b5f44b1a2aa62fb4152788c58887e0a7ebd4f48
Author: github-actions 
AuthorDate: Wed Mar 30 11:09:23 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 2ab0c7f  Updating config from bot
2ab0c7f is described below

commit 2ab0c7fe882295b89949dab21d4b7f4aad3e52a7
Author: github-actions 
AuthorDate: Wed Mar 30 10:40:14 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 3093f0e  Updating config from bot
3093f0e is described below

commit 3093f0e06ef09b8ed78b7e55f04993c55af5b5c8
Author: github-actions 
AuthorDate: Wed Mar 30 10:40:17 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9dac903  Updating config from bot
9dac903 is described below

commit 9dac9035e1ff6f99e8bd62dc4df27e1336bfc564
Author: github-actions 
AuthorDate: Wed Mar 30 10:10:23 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 7b2edae  Updating config from bot
7b2edae is described below

commit 7b2edae5dec13700d959d92dd22f5e0bb776047f
Author: github-actions 
AuthorDate: Wed Mar 30 10:10:27 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1dead58  Updating config from bot
1dead58 is described below

commit 1dead5878cb2416548a66a2b0e1f3fdcbdc5c730
Author: github-actions 
AuthorDate: Wed Mar 30 09:40:20 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 479d9c3  Updating config from bot
479d9c3 is described below

commit 479d9c33995e08eb5446c635691f8d9066874c7a
Author: github-actions 
AuthorDate: Wed Mar 30 09:40:18 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new effc4fc  Updating config from bot
effc4fc is described below

commit effc4fc9226b4772705eb8f7dd0b98a2df5fa6ae
Author: github-actions 
AuthorDate: Wed Mar 30 09:09:33 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b409dfe  Updating config from bot
b409dfe is described below

commit b409dfe2de3f838d7591d80d993ac3fd971fcd12
Author: github-actions 
AuthorDate: Wed Mar 30 09:09:36 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 39df452  Updating config from bot
39df452 is described below

commit 39df452c949c7651bbec8facc4000a616fe999f6
Author: github-actions 
AuthorDate: Wed Mar 30 08:43:25 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9fa1dec  Updating config from bot
9fa1dec is described below

commit 9fa1deccb8156ce358a7791a052e37ac6b4cec2e
Author: github-actions 
AuthorDate: Wed Mar 30 08:43:21 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new fe8229e  Updating config from bot
fe8229e is described below

commit fe8229ee558aea5b9cbdbfceee04d75b3957c650
Author: github-actions 
AuthorDate: Wed Mar 30 08:10:34 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4b4a8cf  Updating config from bot
4b4a8cf is described below

commit 4b4a8cf0a0e17b4c22bbb1360c9a39f8d1088833
Author: github-actions 
AuthorDate: Wed Mar 30 08:10:31 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4c0e9f0  Updating config from bot
4c0e9f0 is described below

commit 4c0e9f0607a0c50a7e0b979f06491d6c2e6e9a9e
Author: github-actions 
AuthorDate: Wed Mar 30 07:37:55 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 2236093  Updating config from bot
2236093 is described below

commit 223609303158f3a111d79fabe670b2dfbf39901c
Author: github-actions 
AuthorDate: Wed Mar 30 07:37:51 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 642931c  Updating config from bot
642931c is described below

commit 642931cdcf5fe63698372965efa596de6f9d64f9
Author: github-actions 
AuthorDate: Wed Mar 30 07:18:33 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-03-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a7b7bf2  Updating config from bot
a7b7bf2 is described below

commit a7b7bf2f725f5c7e5e83f03ec2b65541ec00f1c2
Author: github-actions 
AuthorDate: Wed Mar 30 07:18:30 2022 +

Updating config from bot


  1   2   >