[FEA] Review JsonToStruct
and JsonScan
and consolidate some testing and implementation
#9750
Labels
feature request
New feature or request
Is your feature request related to a problem? Please describe.
PR #9666 adds support for parsing dates from JSON specifically for
GpuJsonToStructs
and there are differences in how we handle parsing dates compared toGpuJsonScan
.Describe the solution you'd like
There are opportunities to make the code more consistent between the two approaches of parsing JSON and ensure that tests are consistent and have more coverage.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: