[FEA] Add support for reading JSON containing structs where rows are not consistent #10263
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Is your feature request related to a problem? Please describe.
Given this input file:
Given this test for GpuJsonScan (in PR #10245 which adds support for reading structs in GpuJsonScan):
I see errors such as this:
This is a similar issue with GpuJsonToStruct:
fails with:
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered: