[FEA] Remove code duplication between orc writer and chunked orc writer
Open
0 - Backlog
cuIO
libcudf
proposal
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Is your feature request related to a problem? Please describe.**
There is some code-duplication happening in the regular orc writer and chunked orc writers. This can be reduced to an extent by re-using the regular orc writers methods in chunked orc writer: https://github.com/rapidsai/cudf/blob/branch-22.10/python/cudf/cudf/_lib/orc.pyx
**Additional context**
https://github.com/rapidsai/cudf/pull/11568#discussion_r950593454
Contributor guide
Assessment
This issue has not been assessed yet.