You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by Flink CI <fl...@foxmail.com> on 2019/10/09 21:57:06 UTC

Passed: apache/flink#40617 (master - df44cce)

|  [

apache

/

flink

](https://travis-ci.org/apache/flink)  
---  
  
![branch icon](https://s3.amazonaws.com/travis-email-
assets/branch.png)[master](https://github.com/apache/flink/tree/master)  
  
|

![build hasfailed](https://s3.amazonaws.com/travis-email-assets/status-
passed.png)

[Build #40617 passed](https://travis-ci.org/apache/flink/builds/595680492)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/success-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)5 hrs, 30
mins, 6 secs  
  
---  
  
![Dian Fu
avatar](https://secure.gravatar.com/avatar/273d7bcef8bd67b118f0cd66173b5ec2.jpg)Dian
Fu

[df44cce CHANGESET
->](https://github.com/apache/flink/compare/0d112f5bc61e...df44cce7f1e1)  
  
[FLINK-14306][python] Add the code-generated flink_fn_execution_pb2.py to the
source code  
  
Previously, we generate some python file during the building. However, it
introduces python dependencies  
which makes the building complicated. This commit adds the generated file
directly into the source code  
manually so that there is no python dependencies during building.  
  
This closes #9855.