vinoyang created FLINK-12512:
--------------------------------
Summary: TableSourceTest#testNestedProject test failed
Key: FLINK-12512
URL: https://issues.apache.org/jira/browse/FLINK-12512
Project: Flink
Issue Type: Improvement
Components: Table SQL / API
Reporter: vinoyang
{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)