Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.0.0
-
None
-
None
Description
As of HIVE-17458, the logic for Acid reads is enable LLAP IO for vectorized read if VectorizedOrcAcidRowBatchReader can handle it.
and disable it for any non-vectorized acid read. This last part is on par with HIVE-12631.
The reason is that LlapRecordReader creates VectorizedOrcAcidRowBatchReader for acid + vectorization, but doesn't create any Acid aware reader w/o vectorization.
cc sershe, teddy.choi
Attachments
Issue Links
- relates to
-
HIVE-17915 Enable VectorizedOrcAcidRowBatchReader to be used with LLAP IO elevator over original acid files
- In Progress