You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Niranda Perera (Jira)" <ji...@apache.org> on 2021/07/19 14:35:00 UTC

[jira] [Created] (ARROW-13381) [C++][Flight] ArrayFromJSON doesn't work for float value dictionary type

Niranda Perera created ARROW-13381:
--------------------------------------

             Summary: [C++][Flight] ArrayFromJSON doesn't work for float value dictionary type
                 Key: ARROW-13381
                 URL: https://issues.apache.org/jira/browse/ARROW-13381
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, FlightRPC
            Reporter: Niranda Perera


The following code returns a NotImplemented error
{code:java}
auto arr = ArrayFromJSON(dictionary(int32(), float32()), "[1, 1000]");


// output 
-- Arrow Fatal Error --
NotImplemented: JSON conversion to dictionary<values=float, indices=int32, ordered=0> not implemented
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)