[ 
https://issues.apache.org/jira/browse/ASTERIXDB-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick DiGeronimo updated ASTERIXDB-2625:
---------------------------------------
    Description: 
/**Try the queries below. An invalid UUID is provided, but the error message is 
not helpful for debugging.**/

--works correctly
 SELECT(uuid("5c848e5c-6b6a-498f-8452-8847a2957421"));

--Gives an unhelpful error message "3 [ArrayIndexOutOfBoundsException]"
 SELECT(uuid("5"));

  was:
/*Try the queries below. An invalid UUID is provided, but the error message is 
not helpful for debugging.*/

--works correctly
SELECT(uuid("5c848e5c-6b6a-498f-8452-8847a2957421"));

--Gives an unhelpful error message "3 [ArrayIndexOutOfBoundsException]"
SELECT(uuid("5"));


> Error message for incorrect UUID type is unhelpful
> --------------------------------------------------
>
>                 Key: ASTERIXDB-2625
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2625
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: *DB - AsterixDB
>         Environment: macOS Mojave 10.14.5
>            Reporter: Nick DiGeronimo
>            Priority: Minor
>
> /**Try the queries below. An invalid UUID is provided, but the error message 
> is not helpful for debugging.**/
> --works correctly
>  SELECT(uuid("5c848e5c-6b6a-498f-8452-8847a2957421"));
> --Gives an unhelpful error message "3 [ArrayIndexOutOfBoundsException]"
>  SELECT(uuid("5"));



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to