Vladimir Steshin created IGNITE-23408: -----------------------------------------
Summary: Calcite. 'Typeof' should fail in case of incorrect
parameter.
Key: IGNITE-23408
URL: https://issues.apache.org/jira/browse/IGNITE-23408
Project: Ignite
Issue Type: Bug
Reporter: Vladimir Steshin
Reproducer:
{code:java}
//Shoud throw an exception.
assertQuery("SELECT TYPEOF(CAST('NOT_A_NUMBER' AS
INTEGER))").returns("INTEGER").check();
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
