Panagiotis Garefalakis created HIVE-23214:
---------------------------------------------
Summary: Remove skipCorrupt from OrcEncodedDataConsumer
Key: HIVE-23214
URL: https://issues.apache.org/jira/browse/HIVE-23214
Project: Hive
Issue Type: Improvement
Components: llap
Reporter: Panagiotis Garefalakis
Assignee: Panagiotis Garefalakis
SkipCorrupt is always the default (false) so there is no reason to pass it
around.
[https://github.com/apache/hive/blob/3e4f6122c32b1ffa22e1458806ae8ee30e51a41f/llap-server/src/java/org/apache/hadoop/hive/llap/io/decode/OrcEncodedDataConsumer.java#L86
]
If we want to change the default behaviour we could set "orc.skip.corrupt.data"
as part of the configuration.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)