Skip to content

[C++] ArrayFromJSON doesn't work for float value dictionary type #18745

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions