You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Roman Khachatryan (Jira)" <ji...@apache.org> on 2020/02/17 11:22:00 UTC

[jira] [Created] (FLINK-16118) testDynamicTableFunction fails

Roman Khachatryan created FLINK-16118:
-----------------------------------------

             Summary: testDynamicTableFunction fails
                 Key: FLINK-16118
                 URL: https://issues.apache.org/jira/browse/FLINK-16118
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
    Affects Versions: 1.11.0
            Reporter: Roman Khachatryan


https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_apis/build/builds/5186/logs/16

 
{code:java}
2020-02-14T14:46:56.8515984Z [ERROR] testDynamicTableFunction(org.apache.flink.table.planner.runtime.stream.sql.FunctionITCase) Time elapsed: 3.452 s <<< FAILURE!
 2020-02-14T14:46:56.8517003Z java.lang.AssertionError:
 2020-02-14T14:46:56.8517232Z
 2020-02-14T14:46:56.8517485Z Expected: <[Test is a string, 42, null]>
 2020-02-14T14:46:56.8517739Z but: was <[42, Test is a string, null]>
 2020-02-14T14:46:56.8518067Z at org.apache.flink.table.planner.runtime.stream.sql.FunctionITCase.testDynamicTableFunction(FunctionITCase.java:611){code}
 

 

The change was to enable chaining of the ContinuousFileReaderOperator (https://github.com/apache/flink/pull/11097).



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