Nick DiGeronimo created ASTERIXDB-2625:
------------------------------------------
Summary: 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
/*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)