[ https://issues.apache.org/jira/browse/HIVE-15718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855043#comment-15855043 ]
Ferdinand Xu edited comment on HIVE-15718 at 2/7/17 12:33 AM: -------------------------------------------------------------- Thanks [~colin_mjj] for the update. Just a minor comment left. {noformat} + if (oldSplit == null) return; {noformat} Please wrap the return statement by braces. was (Author: ferd): Thanks [~colin_mjj] for the update. Just a minor comment left. {noformat} + if (oldSplit == null) return; {noformat} Please wrap the return cause by braces. > 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)