You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2019/05/17 12:18:00 UTC

[jira] [Created] (FLINK-12545) TableSourceTest.testNestedProject failed on Travis

Till Rohrmann created FLINK-12545:
-------------------------------------

             Summary: TableSourceTest.testNestedProject failed on Travis
                 Key: FLINK-12545
                 URL: https://issues.apache.org/jira/browse/FLINK-12545
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
    Affects Versions: 1.9.0
            Reporter: Till Rohrmann


The {{TableSourceTest.testNestedProject}} failed on Travis with

{code}
07:15:38.909 [ERROR] Failures: 
07:15:38.909 [ERROR]   TableSourceTest.testNestedProject:375 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...>
{code}

https://api.travis-ci.org/v3/job/533646868/log.txt



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