[
https://issues.apache.org/jira/browse/FLINK-16675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062330#comment-17062330
]
Yu Li commented on FLINK-16675:
-------------------------------
>From the commit history, this should be a regression of FLINK-16433.
[~lirui] Could you take a look here? Thanks.
> TableEnvironmentITCase. testClearOperation fails on travis nightly build
> ------------------------------------------------------------------------
>
> Key: FLINK-16675
> URL: https://issues.apache.org/jira/browse/FLINK-16675
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API
> Affects Versions: 1.10.0
> Reporter: Yu Li
> Priority: Blocker
> Fix For: 1.10.1, 1.11.0
>
>
> Observed below error in release-1.10 crone build:
> {code}
> 00:39:02.215 [ERROR]
> testClearOperation[batch](org.apache.flink.table.api.TableEnvironmentITCase)
> Time elapsed: 0.081 s <<< ERROR!
> org.apache.flink.api.common.InvalidProgramException: The implementation of
> the CollectionInputFormat is not serializable. The object probably contains
> or references non serializable fields.
> at
> org.apache.flink.table.api.TableEnvironmentITCase.testClearOperation(TableEnvironmentITCase.scala:154)
> Caused by: java.lang.RuntimeException: Row arity of from does not match
> serializers.
> at
> org.apache.flink.table.api.TableEnvironmentITCase.testClearOperation(TableEnvironmentITCase.scala:154)
> {code}
> https://api.travis-ci.org/v3/job/664048405/log.txt
--
This message was sent by Atlassian Jira
(v8.3.4#803005)