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/21 10:26:53 UTC

Broken: apache/flink#40735 (master - d4615e0)

|  [

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-
failed.png)

[Build #40735 broken](https://travis-ci.org/apache/flink/builds/600624774)

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

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)2 hrs, 31
mins, 58 secs  
  
---  
  
![whlwanghailong
avatar](https://secure.gravatar.com/avatar/db8b842736471c321fe64ca03a5224ec.jpg)whlwanghailong

[d4615e0 CHANGESET
->](https://github.com/apache/flink/compare/711f4ce258fd...d4615e06eeec)  
  
[FLINK-14441][table-api] Fix ValueLiteralExpression#getValueAs when value is
Period  
  
When value is Period, getValueAs(Integer.class) returns a Long value.  
  
This closes #9931