Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.13.0
-
None
-
None
Description
CompactorMap.getWrite()/getDeleteEventWriter() both do AcidOutputFormat.Options.tableProperties() but
OrcOutputFormat.getRawRecordWriter() does
final OrcFile.WriterOptions opts = OrcFile.writerOptions(options.getConfiguration());
which ignores tableProperties value.
It should do
final OrcFile.WriterOptions opts = OrcFile.writerOptions(options.getTableProperties(), options.getConfiguration());
Attachments
Attachments
Issue Links
- breaks
-
HIVE-13354 Add ability to specify Compaction options per table and per request
- Closed
- is caused by
-
HIVE-6060 Define API for RecordUpdater and UpdateReader
- Resolved
- relates to
-
HIVE-13563 Hive Streaming does not honor orc.compress.size and orc.stripe.size table properties
- Closed