Create inplace columnar batch projection
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
After we deprecate spark 2, we will only support spark3.3+. ColumnarBatch is no longer final in spark 3.3, so we can extend it. Create columnar batch projection class that will reorder a columnar batch so we don't need to create a new array of column vectors.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-8099
- Type: Improvement
- Epic: https://issues.apache.org/jira/browse/HUDI-6243
- Fix version(s):
- 1.1.0
---
## Comments
05/Sep/24 00:48;guoyihua;https://github.com/apache/hudi/pull/11770#discussion_r1743082812
ColumnarBatchUtils class contains logic that should be deprecated after Spark 2 integration is removed from the code base.;;;
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.