You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2020/04/14 11:13:00 UTC

[jira] [Commented] (FLINK-17135) PythonCalcSplitRuleTest.testPandasFunctionMixedWithGeneralPythonFunction failed

    [ https://issues.apache.org/jira/browse/FLINK-17135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083115#comment-17083115 ] 

Dawid Wysakowicz commented on FLINK-17135:
------------------------------------------

I also observed this problem locally. It is not deterministic though. I've seen it only once in a couple of runs.

> PythonCalcSplitRuleTest.testPandasFunctionMixedWithGeneralPythonFunction failed
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-17135
>                 URL: https://issues.apache.org/jira/browse/FLINK-17135
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python, Tests
>    Affects Versions: 1.11.0
>            Reporter: Dian Fu
>            Assignee: Dian Fu
>            Priority: Major
>             Fix For: 1.11.0
>
>
> Shared by Chesnay on https://issues.apache.org/jira/browse/FLINK-17093?focusedCommentId=17083055&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17083055:
> PythonCalcSplitRuleTest.testPandasFunctionMixedWithGeneralPythonFunction failed on master:
> {code:java}
>  [INFO] Running org.apache.flink.table.planner.plan.rules.logical.PythonCalcSplitRuleTest
>  [ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.441 s <<< FAILURE! - in org.apache.flink.table.planner.plan.rules.logical.PythonCalcSplitRuleTest
>  [ERROR] testPandasFunctionMixedWithGeneralPythonFunction(org.apache.flink.table.planner.plan.rules.logical.PythonCalcSplitRuleTest) Time elapsed: 0.032 s <<< FAILURE!
>  java.lang.AssertionError: 
>  type mismatch:
>  type1:
>  INTEGER NOT NULL
>  type2:
>  INTEGER NOT NULL
>  at org.apache.calcite.util.Litmus$1.fail(Litmus.java:31)
>  at org.apache.calcite.plan.RelOptUtil.eq(RelOptUtil.java:2188)
>  at org.apache.calcite.rex.RexProgramBuilder$RegisterInputShuttle.visitInputRef(RexProgramBuilder.java:948)
> {code}



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