You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/08 13:39:00 UTC

[jira] [Work logged] (BEAM-7730) Add Flink 1.9 build target and Make FlinkRunner compatible with Flink 1.9

     [ https://issues.apache.org/jira/browse/BEAM-7730?focusedWorklogId=325066&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-325066 ]

ASF GitHub Bot logged work on BEAM-7730:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Oct/19 13:38
            Start Date: 08/Oct/19 13:38
    Worklog Time Spent: 10m 
      Work Description: dmvk commented on pull request #9296: [BEAM-7730] Introduce Flink 1.9 Runner
URL: https://github.com/apache/beam/pull/9296#discussion_r332515923
 
 

 ##########
 File path: sdks/java/build-tools/src/main/resources/beam/suppressions.xml
 ##########
 @@ -92,5 +92,6 @@
   <!-- Checkstyle does not correctly detect package files across multiple source directories. -->
   <suppress checks="JavadocPackage" files=".*runners.flink.*CoderTypeSerializer\.java"/>
   <suppress checks="JavadocPackage" files=".*runners.flink.*EncodedTypeSerializer\.java"/>
+  <suppress checks="JavadocPackage" files=".*runners.flink.*BeamStoppableFunction\.java"/>
 
 Review comment:
   BeamStoppableFunction is needed, explanation above.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 325066)
    Time Spent: 4h 50m  (was: 4h 40m)

> Add Flink 1.9 build target and Make FlinkRunner compatible with Flink 1.9
> -------------------------------------------------------------------------
>
>                 Key: BEAM-7730
>                 URL: https://issues.apache.org/jira/browse/BEAM-7730
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-flink
>            Reporter: sunjincheng
>            Assignee: David Moravek
>            Priority: Major
>          Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> Apache Flink 1.9 will coming and it's better to add Flink 1.9 build target and make Flink Runner compatible with Flink 1.9.
> I will add the brief changes after the Flink 1.9.0 released. 
> And I appreciate it if you can leave your suggestions or comments!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)