[
https://issues.apache.org/jira/browse/BEAM-14503?focusedWorklogId=774388&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-774388
]
ASF GitHub Bot logged work on BEAM-14503:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/May/22 07:34
Start Date: 25/May/22 07:34
Worklog Time Spent: 10m
Work Description: jto commented on code in PR #17739:
URL: https://github.com/apache/beam/pull/17739#discussion_r881316905
##########
runners/flink/1.12/build.gradle:
##########
@@ -22,8 +22,8 @@ project.ext {
// Set the version of all Flink-related dependencies here.
flink_version = '1.12.7'
// Version specific code overrides.
- main_source_overrides = ['./src/main/java']
- test_source_overrides = ['./src/test/java']
+ main_source_overrides = ["${basePath}/1.11/src/main/java", './src/main/java']
Review Comment:
Ah yes I did not realize that :) Thanks for the quick response. I fixed the
PR accordingly.
Issue Time Tracking
-------------------
Worklog Id: (was: 774388)
Time Spent: 1h 20m (was: 1h 10m)
> Support Flink 1.15
> ------------------
>
> Key: BEAM-14503
> URL: https://issues.apache.org/jira/browse/BEAM-14503
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: Julien Tournay
> Priority: P2
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)