[jira] [Updated] (HIVE-15718) Fix the NullPointer problem caused by split phase

2017-02-07 Thread Ferdinand Xu (JIRA)

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

Ferdinand Xu updated HIVE-15718:

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

Committed to the master. Thanks [~colin_mjj] for the contribution.

> Fix the NullPointer problem caused by split phase
> -
>
> Key: HIVE-15718
> URL: https://issues.apache.org/jira/browse/HIVE-15718
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Colin Ma
>Assignee: Colin Ma
>Priority: Critical
> Fix For: 2.2.0
>
> Attachments: HIVE-15718.001.patch, HIVE-15718.002.patch, 
> HIVE-15718.003.patch
>
>
> VectorizedParquetRecordReader.initialize() will throw NullPointer Exception 
> because the input split is null. This split should be ignored.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15718) Fix the NullPointer problem caused by split phase

2017-02-06 Thread Colin Ma (JIRA)

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

Colin Ma updated HIVE-15718:

Attachment: HIVE-15718.003.patch

[~Ferd], thanks for review, the patch is updated.

> Fix the NullPointer problem caused by split phase
> -
>
> Key: HIVE-15718
> URL: https://issues.apache.org/jira/browse/HIVE-15718
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Colin Ma
>Assignee: Colin Ma
>Priority: Critical
> Attachments: HIVE-15718.001.patch, HIVE-15718.002.patch, 
> HIVE-15718.003.patch
>
>
> VectorizedParquetRecordReader.initialize() will throw NullPointer Exception 
> because the input split is null. This split should be ignored.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15718) Fix the NullPointer problem caused by split phase

2017-02-05 Thread Colin Ma (JIRA)

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

Colin Ma updated HIVE-15718:

Attachment: HIVE-15718.002.patch

Hi, [~Ferd], thanks for review, the patch is updated with the UT.

> Fix the NullPointer problem caused by split phase
> -
>
> Key: HIVE-15718
> URL: https://issues.apache.org/jira/browse/HIVE-15718
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Colin Ma
>Assignee: Colin Ma
>Priority: Critical
> Attachments: HIVE-15718.001.patch, HIVE-15718.002.patch
>
>
> VectorizedParquetRecordReader.initialize() will throw NullPointer Exception 
> because the input split is null. This split should be ignored.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-15718) Fix the NullPointer problem caused by split phase

2017-01-24 Thread Colin Ma (JIRA)

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

Colin Ma updated HIVE-15718:

Attachment: HIVE-15718.001.patch

> Fix the NullPointer problem caused by split phase
> -
>
> Key: HIVE-15718
> URL: https://issues.apache.org/jira/browse/HIVE-15718
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Colin Ma
>Assignee: Colin Ma
>Priority: Critical
> Attachments: HIVE-15718.001.patch
>
>
> VectorizedParquetRecordReader.initialize() will throw NullPointer Exception 
> because the input split is null. This split should be ignored.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-15718) Fix the NullPointer problem caused by split phase

2017-01-24 Thread Colin Ma (JIRA)

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

Colin Ma updated HIVE-15718:

Status: Patch Available  (was: Open)

> Fix the NullPointer problem caused by split phase
> -
>
> Key: HIVE-15718
> URL: https://issues.apache.org/jira/browse/HIVE-15718
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Colin Ma
>Assignee: Colin Ma
>Priority: Critical
> Attachments: HIVE-15718.001.patch
>
>
> VectorizedParquetRecordReader.initialize() will throw NullPointer Exception 
> because the input split is null. This split should be ignored.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-15718) Fix the NullPointer problem caused by split phase

2017-01-24 Thread Colin Ma (JIRA)

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

Colin Ma updated HIVE-15718:

Attachment: (was: HIVE-15718.001.patch)

> Fix the NullPointer problem caused by split phase
> -
>
> Key: HIVE-15718
> URL: https://issues.apache.org/jira/browse/HIVE-15718
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Colin Ma
>Assignee: Colin Ma
>Priority: Critical
>
> VectorizedParquetRecordReader.initialize() will throw NullPointer Exception 
> because the input split is null. This split should be ignored.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-15718) Fix the NullPointer problem caused by split phase

2017-01-24 Thread Colin Ma (JIRA)

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

Colin Ma updated HIVE-15718:

Attachment: HIVE-15718.001.patch

> Fix the NullPointer problem caused by split phase
> -
>
> Key: HIVE-15718
> URL: https://issues.apache.org/jira/browse/HIVE-15718
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Colin Ma
>Assignee: Colin Ma
>Priority: Critical
>
> VectorizedParquetRecordReader.initialize() will throw NullPointer Exception 
> because the input split is null. This split should be ignored.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)