[FEA] Add retry and SplitAndRetry support to AcceleratedColumnarToRowIterator #8348
Labels
reliability
Features to improve reliability or bugs that severly impact the reliability of the plugin
Is your feature request related to a problem? Please describe.
Some of the time when copying data to the CPU and converting it to rows we use a kernel to transform the data into rows to speed up the process. We should support at least retry on this and ideally split and retry too (because it is already setup as an iterator)
The text was updated successfully, but these errors were encountered: