[FEA] Update JSON, CSV, and HiveText to retry host memory allocations #8888
Labels
reliability
Features to improve reliability or bugs that severly impact the reliability of the plugin
task
Work required that improves the product but is not user facing
Is your feature request related to a problem? Please describe.
The JSON, CSV, and HiveText input file formats allocate host memory buffers to store data in. Then once they have enough data they will send it to the GPU to parse.
#9862 should update the allocations to be limited where needed, but we need to make sure that the allocation is in a retry block. We don't really need to make this spillable as there should only be a single buffer allocated.
The text was updated successfully, but these errors were encountered: