[BUG][JSON] from_json
to Map type should produce null for invalid entries
#9592
Labels
bug
Something isn't working
Describe the bug
When converting JSON to
Map<String,String>
usingfrom_json
, invalid entries are returned as empty structs instead of nulls.Steps/Code to reproduce bug
CPU Output
GPU Output
Expected behavior
Results should match CPU.
Environment details (please complete the following information)
N/A
Additional context
None
The text was updated successfully, but these errors were encountered: