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 2019/05/17 07:50:00 UTC

[jira] [Assigned] (FLINK-12512) TableSourceTest#testNestedProject test failed

     [ https://issues.apache.org/jira/browse/FLINK-12512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Wysakowicz reassigned FLINK-12512:
----------------------------------------

    Assignee: Dawid Wysakowicz

> TableSourceTest#testNestedProject test failed
> ---------------------------------------------
>
>                 Key: FLINK-12512
>                 URL: https://issues.apache.org/jira/browse/FLINK-12512
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>    Affects Versions: 1.9.0
>            Reporter: vinoyang
>            Assignee: Dawid Wysakowicz
>            Priority: Blocker
>             Fix For: 1.9.0
>
>
>  
> {code:java}
> 20:41:59.128 [ERROR] testNestedProject(org.apache.flink.table.api.stream.table.TableSourceTest)  Time elapsed: 0.047 s  <<< FAILURE!
> org.junit.ComparisonFailure: 
> null expected:<...deepNested.nested2.f[lag AS nestedFlag, deepNested.nested2.num AS nestedNum])
> StreamTableSourceScan(table=[[T]], fields=[id, deepNested, nested], source=[TestSource(read nested fields: id.*, deepNested.nested2.num, deepNested.nested2.flag], deepNested.nested1...> but was:<...deepNested.nested2.f[1 AS nestedFlag, deepNested.nested2.f0 AS nestedNum])
> StreamTableSourceScan(table=[[T]], fields=[id, deepNested, nested], source=[TestSource(read nested fields: id.*, deepNested.nested2.f1, deepNested.nested2.f0], deepNested.nested1...>
> 	at org.apache.flink.table.api.stream.table.TableSourceTest.testNestedProject(TableSourceTest.scala:375)
> {code}
> log details : [https://api.travis-ci.org/v3/job/532319575/log.txt]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)