The following code returns a NotImplemented error. It works without a problem for int/ string type values.
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)
Reporter: Niranda Perera / @nirandaperera
Assignee: Eduardo Ponce / @edponce
PRs and other links:
Note: This issue was originally created as ARROW-13381. Please see the migration documentation for further details.