Details
Description
ORC concatenation uses combine hive input format for merging files. Under specific case where all files within a combine split are incompatible for merge (old files without stripe statistics) then these files are added to incompatible file set. But this file set is not processed as closeOp() will not be called (no output file writer will exist which will skip super.closeOp()). As a result, these incompatible files are not moved to final path.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-7509 Fast stripe level merging for ORC
- Closed