You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2019/07/10 13:56:00 UTC

[jira] [Commented] (FLINK-13175) FLINK-12951 breaks SQL CLI's ExecutionContextTest

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

Till Rohrmann commented on FLINK-13175:
---------------------------------------

Another instance: https://api.travis-ci.org/v3/job/556668199/log.txt

> FLINK-12951 breaks SQL CLI's ExecutionContextTest
> -------------------------------------------------
>
>                 Key: FLINK-13175
>                 URL: https://issues.apache.org/jira/browse/FLINK-13175
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Client
>    Affects Versions: 1.9.0
>            Reporter: Bowen Li
>            Assignee: Danny Chan
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> https://github.com/apache/flink/pull/8844 breaks SQL CLI's ExecutionContextTest
> Errors from it's CI in https://travis-ci.com/flink-ci/flink/jobs/214370966
> {code:java}
> 14:23:25.985 [ERROR] Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 19.518 s <<< FAILURE! - in org.apache.flink.table.client.gateway.local.ExecutionContextTest
> 14:23:25.985 [ERROR] testDatabases(org.apache.flink.table.client.gateway.local.ExecutionContextTest)  Time elapsed: 10.807 s  <<< ERROR!
> org.apache.flink.table.client.gateway.SqlExecutionException: Could not create environment instance.
> 	at org.apache.flink.table.client.gateway.local.ExecutionContextTest.testDatabases(ExecutionContextTest.java:128)
> Caused by: org.apache.flink.table.client.gateway.SqlExecutionException: 
> Invalid view 'TestView1' with query:
> SELECT scalarUDF(IntegerField1) FROM default_catalog.default_database.TableNumber1
> Cause: SQL validation failed. From line 1, column 38 to line 1, column 82: Object 'TableNumber1' not found within 'default_catalog.default_database'
> 	at org.apache.flink.table.client.gateway.local.ExecutionContextTest.testDatabases(ExecutionContextTest.java:128)
> 14:23:25.985 [ERROR] testCatalogs(org.apache.flink.table.client.gateway.local.ExecutionContextTest)  Time elapsed: 5.295 s  <<< ERROR!
> org.apache.flink.table.client.gateway.SqlExecutionException: Could not create environment instance.
> 	at org.apache.flink.table.client.gateway.local.ExecutionContextTest.testCatalogs(ExecutionContextTest.java:87)
> Caused by: org.apache.flink.table.client.gateway.SqlExecutionException: 
> Invalid view 'TestView1' with query:
> SELECT scalarUDF(IntegerField1) FROM default_catalog.default_database.TableNumber1
> Cause: SQL validation failed. From line 1, column 38 to line 1, column 82: Object 'TableNumber1' not found within 'default_catalog.default_database'
> 	at org.apache.flink.table.client.gateway.local.ExecutionContextTest.testCatalogs(ExecutionContextTest.java:87)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)