[
https://issues.apache.org/jira/browse/HIVE-26885?focusedWorklogId=835384&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-835384
]
ASF GitHub Bot logged work on HIVE-26885:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Dec/22 18:32
Start Date: 22/Dec/22 18:32
Worklog Time Spent: 10m
Work Description: TuroczyX commented on PR #3892:
URL: https://github.com/apache/hive/pull/3892#issuecomment-1363215905
Nice :)
Issue Time Tracking
-------------------
Worklog Id: (was: 835384)
Time Spent: 20m (was: 10m)
> Iceberg: Parquet Vectorized V2 reads fails with NPE
> ---------------------------------------------------
>
> Key: HIVE-26885
> URL: https://issues.apache.org/jira/browse/HIVE-26885
> Project: Hive
> Issue Type: Bug
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In case the Iceberg Parquet table lands up having an empty batch, in that
> case while fetching the row number, used for filtering leads to NPE.
> The row number to block mapping is only done if the parquetSplit isn't null,
> so in that case, here:
> {code:java}
> if (parquetInputSplit != null) {
> initialize(parquetInputSplit, conf);
> } {code}
> row numbers aren't initialised, so we should skip fetching the row numbers
> later
--
This message was sent by Atlassian Jira
(v8.20.10#820010)