[jira] [Created] (FLINK-15426) TPC-DS end-to-end test (Blink planner) fails on travis

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-15426) TPC-DS end-to-end test (Blink planner) fails on travis

Shang Yuanchun (Jira)
Yu Li created FLINK-15426:
-----------------------------

             Summary: TPC-DS end-to-end test (Blink planner) fails on travis
                 Key: FLINK-15426
                 URL: https://issues.apache.org/jira/browse/FLINK-15426
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
    Affects Versions: 1.10.0
            Reporter: Yu Li
             Fix For: 1.10.0


TPC-DS end-to-end test (Blink planner) fails on travis with below error:
{code}
The program finished with the following exception:

org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Field types of query result and registered TableSink default_catalog.default_database.query2_sinkTable do not match.
...
        at org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:335)
        at org.apache.flink.client.program.PackagedProgram.invokeInteractiveModeForExecution(PackagedProgram.java:205)
        at org.apache.flink.client.ClientUtils.executeProgram(ClientUtils.java:138)
        at org.apache.flink.client.cli.CliFrontend.executeProgram(CliFrontend.java:664)
        at org.apache.flink.client.cli.CliFrontend.run(CliFrontend.java:213)
        at org.apache.flink.client.cli.CliFrontend.parseParameters(CliFrontend.java:895)
        at org.apache.flink.client.cli.CliFrontend.lambda$main$10(CliFrontend.java:968)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1836)
        at org.apache.flink.runtime.security.HadoopSecurityContext.runSecured(HadoopSecurityContext.java:41)
        at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:968)
{code}

https://api.travis-ci.org/v3/job/629699422/log.txt



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