Maksim Zhuravkov created IGNITE-22519:
-----------------------------------------

             Summary: Sql. BIGINT. Conversion from a decimal numeric string 
should return an error.
                 Key: IGNITE-22519
                 URL: https://issues.apache.org/jira/browse/IGNITE-22519
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Maksim Zhuravkov


The following query returns 100:
{noformat}
SELECT CAST('100.1' AS BIGINT);

Values(tuples=[[{ 100 }]]): 
{noformat}

*Expected result*
It should be an error because '100.1' can not be converted to BIGINT/long.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to