Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e13214

Browse files
committed
Merge branch 'master' of https://github.com/apache/beam into users/damccorm/prismByDefault
2 parents cbaa083 + 28df7cb commit 7e13214

549 files changed

Lines changed: 18983 additions & 7430 deletions

File tree

Some content is hidden

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

.asf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ github:
5151

5252
protected_branches:
5353
master: {}
54+
release-2.65: {}
5455
release-2.64.0-postrelease: {}
5556
release-2.64: {}
5657
release-2.63.0-postrelease: {}

.github/REVIEWERS.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ labels:
2222
reviewers:
2323
- jrmccluskey
2424
- lostluck
25+
- shunping
2526
exclusionList: []
2627
- name: Python
2728
reviewers:
@@ -39,7 +40,6 @@ labels:
3940
- chamikaramj
4041
- m-trieu
4142
- kennknowles
42-
- shunping
4343
- robertwb
4444
exclusionList: []
4545
- name: spanner
@@ -79,7 +79,6 @@ fallbackReviewers:
7979
- johnjcasey
8080
- jrmccluskey
8181
- kennknowles
82-
- lostluck
8382
- robertwb
8483
- shunping
8584
- tvalentyn
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": 1
3+
"modification": 2
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"modification": 1
2+
"modification": 2
33
}

.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"https://github.com/apache/beam/pull/33322": "noting that PR #33322 should run this test",
88
"https://github.com/apache/beam/pull/34123": "noting that PR #34123 should run this test",
99
"https://github.com/apache/beam/pull/34080": "noting that PR #34080 should run this test",
10-
"https://github.com/apache/beam/pull/34155": "noting that PR #34155 should run this test"
10+
"https://github.com/apache/beam/pull/34155": "noting that PR #34155 should run this test",
11+
"https://github.com/apache/beam/pull/34560": "noting that PR #34560 should run this test"
1112
}

.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark_Java11.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"https://github.com/apache/beam/pull/33267": "noting that PR #33267 should run this test",
77
"https://github.com/apache/beam/pull/33322": "noting that PR #33322 should run this test",
88
"https://github.com/apache/beam/pull/34080": "noting that PR #34080 should run this test",
9-
"https://github.com/apache/beam/pull/34155": "noting that PR #34155 should run this test"
9+
"https://github.com/apache/beam/pull/34155": "noting that PR #34155 should run this test",
10+
"https://github.com/apache/beam/pull/34560": "noting that PR #34560 should run this test"
1011
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
33
"https://github.com/apache/beam/pull/32440": "test new datastream runner for batch"
4-
"modification": 9
4+
"modification": 10
55
}
66

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"https://github.com/apache/beam/pull/32648": "testing addition of Flink 1.19 support"
2+
"https://github.com/apache/beam/pull/32648": "testing addition of Flink 1.19 support",
3+
"https://github.com/apache/beam/pull/34830": "testing"
34
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"https://github.com/apache/beam/pull/34830": "testing"
3+
}

0 commit comments

Comments
 (0)