You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Nick DiGeronimo (JIRA)" <ji...@apache.org> on 2019/08/04 00:46:00 UTC

[jira] [Created] (ASTERIXDB-2625) Error message for incorrect UUID type is unhelpful

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)