You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
GpuTextBasedPartitionReader was written without any nested types support at all. We are starting to add this in for JSON, but JSON is getting to be a little tricky because we might end up with needing to recursively call parse some columns that are returned. Also the JSON, CSV, and HiveText formats do not really share all that much in terms of parsing once we get into the details of it. Once we have a better understanding of how the final JSON code will work we should come back and revisit this so that the design is cleaner.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
GpuTextBasedPartitionReader was written without any nested types support at all. We are starting to add this in for JSON, but JSON is getting to be a little tricky because we might end up with needing to recursively call parse some columns that are returned. Also the JSON, CSV, and HiveText formats do not really share all that much in terms of parsing once we get into the details of it. Once we have a better understanding of how the final JSON code will work we should come back and revisit this so that the design is cleaner.
The text was updated successfully, but these errors were encountered: