You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jin Shang (Jira)" <ji...@apache.org> on 2022/10/24 12:43:00 UTC

[jira] [Created] (ARROW-18144) [C++] Improve JSONTypeError error message in testing

Jin Shang created ARROW-18144:
---------------------------------

             Summary: [C++] Improve JSONTypeError error message in testing
                 Key: ARROW-18144
                 URL: https://issues.apache.org/jira/browse/ARROW-18144
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Jin Shang


If there is a type error, ArrayFromJSON returns an error message like "Invalid: Expected unsigned int or null, got JSON type 4", where JSON type 4 is a value of type rapidjson::Type enum. It is better to print type names rather than enum values.



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