You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2020/01/23 11:08:00 UTC

[jira] [Comment Edited] (FLINK-15706) LastValueAggFunctionWithOrderTest compilation error due to incompatible types

    [ https://issues.apache.org/jira/browse/FLINK-15706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021941#comment-17021941 ] 

Dawid Wysakowicz edited comment on FLINK-15706 at 1/23/20 11:07 AM:
--------------------------------------------------------------------

I would decrease the priority of this issue. It's a problem of the test itself. Imo the problem is that the type hierarchy of the test infrastructure is overcomplicated and there is little control over type bounds in that test. Moreover it appears only occassionally.

Nevertheless I would aim to simplify these tests.


was (Author: dawidwys):
I would not decrease the priority of this issue. It's a problem of the test itself. Imo the problem is that the type hierarchy of the test infrastructure is overcomplicated and there is little control over type bounds in that test. Moreover it appears only occassionally.

Nevertheless I would aim to simplify these tests.

> LastValueAggFunctionWithOrderTest compilation error due to incompatible types
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-15706
>                 URL: https://issues.apache.org/jira/browse/FLINK-15706
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner, Tests
>    Affects Versions: 1.10.0
>            Reporter: Yu Li
>            Assignee: Jingsong Lee
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{LastValueAggFunctionWithOrderTest}} failed to compile in latest release-1.10 nightly build with below error:
> {code}
> 03:02:41.792 [INFO] -------------------------------------------------------------
> 03:02:41.792 [ERROR] COMPILATION ERROR : 
> 03:02:41.792 [INFO] -------------------------------------------------------------
> 03:02:41.792 [ERROR] /home/travis/build/apache/flink/flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/functions/aggfunctions/LastValueAggFunctionWithOrderTest.java:[78,37] incompatible types: inference variable T has incompatible bounds
>     equality constraints: N,java.lang.Byte,N,T,T,T,T,org.apache.flink.table.dataformat.BinaryString,T,T
>     lower bounds: java.lang.Byte,org.apache.flink.table.dataformat.BinaryString
> {code}
> https://api.travis-ci.org/v3/job/639573134/log.txt



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