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

2020-05-26 Thread Ashutosh Chauhan (Jira)


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

Ashutosh Chauhan updated HIVE-23214:

Fix Version/s: 4.0.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

Pushed to master. Thanks, Panos!

> 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
>  Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-23214.01.patch, HIVE-23214.02.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


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

2020-05-18 Thread Panagiotis Garefalakis (Jira)


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

Panagiotis Garefalakis updated HIVE-23214:
--
Attachment: HIVE-23214.02.patch

> 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
>  Labels: pull-request-available
> Attachments: HIVE-23214.01.patch, HIVE-23214.02.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


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

2020-05-18 Thread Panagiotis Garefalakis (Jira)


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

Panagiotis Garefalakis updated HIVE-23214:
--
Attachment: TEZ-4183.02.patch

> 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
>  Labels: pull-request-available
> Attachments: HIVE-23214.01.patch, HIVE-23214.02.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


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

2020-05-18 Thread Panagiotis Garefalakis (Jira)


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

Panagiotis Garefalakis updated HIVE-23214:
--
Attachment: (was: TEZ-4183.02.patch)

> 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
>  Labels: pull-request-available
> Attachments: HIVE-23214.01.patch, HIVE-23214.02.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


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

2020-05-18 Thread Panagiotis Garefalakis (Jira)


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

Panagiotis Garefalakis updated HIVE-23214:
--
Status: Patch Available  (was: In Progress)

> 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
>  Labels: pull-request-available
> Attachments: HIVE-23214.01.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


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

2020-05-18 Thread Panagiotis Garefalakis (Jira)


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

Panagiotis Garefalakis updated HIVE-23214:
--
Attachment: HIVE-23214.01.patch

> 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
>  Labels: pull-request-available
> Attachments: HIVE-23214.01.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


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

2020-05-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HIVE-23214:
--
Labels: pull-request-available  (was: )

> 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
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


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

2020-04-15 Thread Panagiotis Garefalakis (Jira)


 [ 
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)