You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2019/12/27 02:07:00 UTC

[jira] [Updated] (FLINK-15413) ScalarOperatorsTest failed in travis

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

Dian Fu updated FLINK-15413:
----------------------------
    Description: 
The travis of release-1.9 failed with the following error:
{code:java}
14:50:19.796 [ERROR] ScalarOperatorsTest>ExpressionTestBase.evaluateExprs:161 Wrong result for: [CASE WHEN (CASE WHEN f2 = 1 THEN CAST('' as INT) ELSE 0 END) is null THEN 'null' ELSE 'not null' END] optimized to: [_UTF-16LE'not null':VARCHAR(8) CHARACTER SET "UTF-16LE"] expected:<n[]ull> but was:<n[ot n]ull>
{code}
instance: [https://api.travis-ci.org/v3/job/629636107/log.txt]

  was:
The travis of release-1.9 nightly failed with the following error:
{code:java}
14:50:19.796 [ERROR] ScalarOperatorsTest>ExpressionTestBase.evaluateExprs:161 Wrong result for: [CASE WHEN (CASE WHEN f2 = 1 THEN CAST('' as INT) ELSE 0 END) is null THEN 'null' ELSE 'not null' END] optimized to: [_UTF-16LE'not null':VARCHAR(8) CHARACTER SET "UTF-16LE"] expected:<n[]ull> but was:<n[ot n]ull>
{code}
instance: [https://api.travis-ci.org/v3/job/629636107/log.txt]


> ScalarOperatorsTest failed in travis
> ------------------------------------
>
>                 Key: FLINK-15413
>                 URL: https://issues.apache.org/jira/browse/FLINK-15413
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>            Reporter: Dian Fu
>            Priority: Major
>
> The travis of release-1.9 failed with the following error:
> {code:java}
> 14:50:19.796 [ERROR] ScalarOperatorsTest>ExpressionTestBase.evaluateExprs:161 Wrong result for: [CASE WHEN (CASE WHEN f2 = 1 THEN CAST('' as INT) ELSE 0 END) is null THEN 'null' ELSE 'not null' END] optimized to: [_UTF-16LE'not null':VARCHAR(8) CHARACTER SET "UTF-16LE"] expected:<n[]ull> but was:<n[ot n]ull>
> {code}
> instance: [https://api.travis-ci.org/v3/job/629636107/log.txt]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)