Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
Description
VectorizedOrcAcidRowBatchReader.computeOffsetAndBucket optimization() computation is currently (after HIVE-17458) is done once per split. It could instead be done once per file (since the result is the same for each split of the same file) and passed along in OrcSplit
Attachments
Attachments
Issue Links
- Is contained by
-
HIVE-26751 Bug Fixes and Improvements for 3.2.0 release
- Open
- is required by
-
HIVE-20635 VectorizedOrcAcidRowBatchReader doesn't filter delete events for original files
- Closed
- links to