Skip to content

Commit d7f5954

Browse files
authored
Merge branch 'apache:master' into normalizeTFRecordIO
2 parents fc0f429 + 781917a commit d7f5954

File tree

340 files changed

+16566
-4704
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+16566
-4704
lines changed

.asf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ github:
5151

5252
protected_branches:
5353
master: {}
54+
release-2.64.0-postrelease: {}
55+
release-2.64: {}
5456
release-2.63.0-postrelease: {}
5557
release-2.63: {}
5658
release-2.62.0: {}

.github/REVIEWERS.yml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
labels:
2121
- name: Go
2222
reviewers:
23-
- lostluck
2423
- jrmccluskey
25-
exclusionList:
26-
- youngoli
24+
- lostluck
25+
exclusionList: []
2726
- name: Python
2827
reviewers:
28+
- claudevdm
2929
- damccorm
3030
- jrmccluskey
3131
- tvalentyn
@@ -34,20 +34,13 @@ labels:
3434
exclusionList: []
3535
- name: Java
3636
reviewers:
37-
- Abacn
38-
- kennknowles
39-
- robertwb
40-
- m-trieu
41-
- damondouglas
42-
exclusionList: []
43-
- name: IO
44-
reviewers:
45-
- chamikaramj
46-
- johnjcasey
4737
- Abacn
4838
- ahmedabu98
49-
- damondouglas
39+
- chamikaramj
40+
- m-trieu
41+
- kennknowles
5042
- shunping
43+
- robertwb
5144
exclusionList: []
5245
- name: spanner
5346
reviewers:
@@ -60,10 +53,6 @@ labels:
6053
- andre-sampaio
6154
- meeral-k
6255
exclusionList: []
63-
- name: healthcare
64-
reviewers:
65-
- svetakvsundhar
66-
exclusionList: []
6756
- name: kafka
6857
reviewers:
6958
- johnjcasey
@@ -72,8 +61,8 @@ labels:
7261
- sjvanrossum
7362
- name: Build
7463
reviewers:
75-
- damccorm
7664
- Abacn
65+
- damccorm
7766
exclusionList: []
7867
- name: website
7968
reviewers:
@@ -87,7 +76,6 @@ fallbackReviewers:
8776
- Abacn
8877
- chamikaramj
8978
- damccorm
90-
- damondouglas
9179
- johnjcasey
9280
- jrmccluskey
9381
- kennknowles

.github/actions/common-rc-validation/action.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ runs:
3636
shell: bash
3737
run: |
3838
echo "---------------------Downloading Python Staging RC----------------------------"
39-
wget ${PYTHON_RC_DOWNLOAD_URL}/${RELEASE_VER}/python/apache-beam-${RELEASE_VER}.tar.gz
40-
wget ${PYTHON_RC_DOWNLOAD_URL}/${RELEASE_VER}/python/apache-beam-${RELEASE_VER}.tar.gz.sha512
41-
if [[ ! -f apache-beam-$RELEASE_VER.tar.gz ]]; then
39+
wget ${PYTHON_RC_DOWNLOAD_URL}/${RELEASE_VER}/python/apache_beam-${RELEASE_VER}.tar.gz
40+
wget ${PYTHON_RC_DOWNLOAD_URL}/${RELEASE_VER}/python/apache_beam-${RELEASE_VER}.tar.gz.sha512
41+
if [[ ! -f apache_beam-$RELEASE_VER.tar.gz ]]; then
4242
{ echo "Fail to download Python Staging RC files." ;exit 1; }
4343
fi
4444
4545
echo "--------------------------Verifying Hashes------------------------------------"
46-
sha512sum -c apache-beam-${RELEASE_VER}.tar.gz.sha512
46+
sha512sum -c apache_beam-${RELEASE_VER}.tar.gz.sha512
4747
4848
`which pip` install --upgrade pip
4949
`which pip` install --upgrade setuptools
5050
5151
- name: Installing python SDK
5252
shell: bash
53-
run: pip install apache-beam-${RELEASE_VER}.tar.gz[gcp]
54-
53+
run: pip install apache_beam-${RELEASE_VER}.tar.gz[gcp]
54+

.github/actions/setup-k8s-access/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
run: |
6969
kubectl config set-context --current --namespace=${{ steps.replace_namespace.outputs.TEST_NAMESPACE }}
7070
- name: Post cleanup
71-
uses: pyTooling/Actions/with-post-step@v0.4.6
71+
uses: pyTooling/Actions/with-post-step@v4.2.2
7272
with:
7373
main: echo "Post Cleanup"
7474
post: |

.github/autolabeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Please keep the entries sorted lexicographically in each category.
1919

2020
# General
21-
build: ["assembly.xml", "build.gradle.kts", "buildSrc/**/*", ".gitattributes", ".github/**/*", ".gitignore", "gradle/**/*", ".mailmap", "ownership/**/*", "release/**/*", "sdks/java/build-tools/**/*", "settings.gradle.kts"]
21+
build: ["assembly.xml", "buildSrc/**/*", ".gitattributes", ".github/workflows/*", ".gitignore", "gradle/**/*", ".mailmap", "release/**/*", "sdks/java/build-tools/**/*"]
2222
docker: ["runners/flink/job-server-container/**/*", "runners/spark/job-server/container/**/*", "sdks/go/container/**/*", "sdks/java/container/**/*", "sdks/python/container/**/*"]
2323
examples: ["examples/**/*", "sdks/go/examples/**/*", "sdks/python/apache_beam/examples/**/*"]
2424
go: ["sdks/go/**/*", "sdks/go.mod", "sdks/go.sum", "learning/katas/go/**/*"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3-
"modification": 2
3+
"modification": 3
44
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3+
"modification": 1
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3+
"modification": 1
4+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 3
3+
"modification": 4
44
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 1
3+
"modification": 2,
4+
"https://github.com/apache/beam/pull/34294": "noting that PR #34294 should run this test"
45
}

0 commit comments

Comments
 (0)