[
https://issues.apache.org/jira/browse/FLINK-12512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841974#comment-16841974
]
Chesnay Schepler commented on FLINK-12512:
------------------------------------------
Could someone start working on this issue? This test has been failing for 3
days now, heavily impeding our CI.
> 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
> Reporter: vinoyang
> Priority: Blocker
>
>
> {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)