You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Panagiotis Garefalakis (Jira)" <ji...@apache.org> on 2020/04/15 20:00:02 UTC

[jira] [Updated] (HIVE-23214) Remove skipCorrupt from OrcEncodedDataConsumer

     [ https://issues.apache.org/jira/browse/HIVE-23214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Panagiotis Garefalakis updated HIVE-23214:
------------------------------------------
    Description: 
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.

  was:
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.


> 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
>            Priority: Minor
>
> 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)