Skip to content

Commit 49fd874

Browse files
committed
Fix Go Flink VR conf path
1 parent 4e9e483 commit 49fd874

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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",
3-
"modification": 2,
3+
"modification": 3,
44
"https://github.com/apache/beam/pull/32440": "testing datastream optimizations",
55
"pr": "37640"
66
}

sdks/go/test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ task flinkValidatesRunner {
9292
doFirst {
9393
// Copy Flink conf file
9494
copy {
95-
from "${project.rootDir}/runners/flink/${flinkVersion}/src/test/resources/flink-test-config.yaml"
95+
from "${project.rootDir}/runners/flink/2.0/src/test/resources/flink-test-config.yaml"
9696
into "${project.buildDir}/flink-conf"
9797

9898
// Rename the file during the copy process

0 commit comments

Comments
 (0)