[FEA] Remove all batch processing code in parquet writer #13440
Labels
0 - Backlog
In queue waiting for assignment
cuIO
cuIO issue
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Milestone
As batch processing is no longer supported (#13438), we should remove all the relevant code from parquet writer.
Note that we can also optimize memory usage to some extent, such as keeping only the memory blocks that is needed for writing to sink (either compressed or uncompressed), instead of keeping all.
The text was updated successfully, but these errors were encountered: