[
https://issues.apache.org/jira/browse/BEAM-13430?focusedWorklogId=719023&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-719023
]
ASF GitHub Bot logged work on BEAM-13430:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Feb/22 21:43
Start Date: 01/Feb/22 21:43
Worklog Time Spent: 10m
Work Description: emilymye commented on a change in pull request #16688:
URL: https://github.com/apache/beam/pull/16688#discussion_r797054008
##########
File path: runners/flink/flink_runner.gradle
##########
@@ -151,6 +151,7 @@ dependencies {
implementation "org.apache.flink:flink-streaming-java_2.11:$flink_version"
// RocksDB state backend (included in the Flink distribution)
provided "org.apache.flink:flink-statebackend-rocksdb_2.11:$flink_version"
+ testImplementation
"org.apache.flink:flink-statebackend-rocksdb_2.11:$flink_version"
Review comment:
Mostly going off where they were added in
https://github.com/apache/beam/commit/2e72638c6b08631bbb9a29e6c24f97043ffd0a31
where @dpcollins-google didn't add them everywhere - I'll go ahead and confirm,
and re-request review when I've confirmed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 719023)
Time Spent: 79.5h (was: 79h 20m)
> Upgrade Gradle version to 7.3
> -----------------------------
>
> Key: BEAM-13430
> URL: https://issues.apache.org/jira/browse/BEAM-13430
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Reporter: Kiley Sok
> Assignee: Kiley Sok
> Priority: P1
> Fix For: 2.36.0
>
> Time Spent: 79.5h
> Remaining Estimate: 0h
>
> This is the first version to support Java 17
>
> https://docs.gradle.org/current/userguide/compatibility.html
--
This message was sent by Atlassian Jira
(v8.20.1#820001)