[
https://issues.apache.org/jira/browse/FLINK-30739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680088#comment-17680088
]
Wencong Liu commented on FLINK-30739:
-------------------------------------
I seems like a existed similar issue. cc [~fsk119]
> SqlGatewayRestEndpointStatementITCase failed with NullPointer
> -------------------------------------------------------------
>
> Key: FLINK-30739
> URL: https://issues.apache.org/jira/browse/FLINK-30739
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Reporter: Yun Tang
> Priority: Major
>
> Instance
> https://myasuka.visualstudio.com/flink/_build/results?buildId=437&view=logs&j=43a593e7-535d-554b-08cc-244368da36b4&t=82d122c0-8bbf-56f3-4c0d-8e3d69630d0f
> {code:java}
> Jan 18 10:54:20 [ERROR]
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements
> Time elapsed: 1.37 s <<< FAILURE!
> Jan 18 10:54:20 org.opentest4j.AssertionFailedError:
> Jan 18 10:54:20
> Jan 18 10:54:20 expected:
> Jan 18 10:54:20 "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 18 10:54:20 #
> Jan 18 10:54:20 # Licensed to the Apache Software Foundation (ASF) under
> one or more
> Jan 18 10:54:20 # contributor license agreements. See the NOTICE file
> distributed with
> Jan 18 10:54:20 # this work for additional information regarding copyright
> ownership.
> Jan 18 10:54:20 # The ASF licenses this file to you under the Apache
> License, Version 2.0
> Jan 18 10:54:20 # (the "License"); you may not use this file except in
> compliance with
> Jan 18 10:54:20 # the License. You may obtain a copy of the License at
> Jan 18 10:54:20 #
> Jan 18 10:54:20 # http://www.apache.org/licenses/LICENSE-2.0
> Jan 18 10:54:20 #
> Jan 18 10:54:20 # Unless required by applicable law or agreed to in
> writing, software
> Jan 18 10:54:20 # distributed under the License is distributed on an "AS
> IS" BASIS,
> Jan 18 10:54:20 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
> express or implied.
> Jan 18 10:54:20 # See the License for the specific language governing
> permissions and
> Jan 18 10:54:20 # limitations under the License.
> Jan 18 10:54:20
> Jan 18 10:54:20 #
> ==========================================================================
> Jan 18 10:54:20 # validation test
> Jan 18 10:54:20 #
> ==========================================================================
> Jan 18 10:54:20
> Jan 18 10:54:20 create table tbl(a int, b as invalid_function());
> Jan 18 10:54:20 !output
> Jan 18 10:54:20 org.apache.calcite.sql.validate.SqlValidatorException: No
> match found for function signature invalid_function()
> Jan 18 10:54:20 !error
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)