[
https://issues.apache.org/jira/browse/HUDI-7952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Geser Dugarov updated HUDI-7952:
--------------------------------
Description:
Fix of ClassCastException in https://issues.apache.org/jira/browse/HUDI-7709
with nulls as partition columns values could lead to an empty query results.
HoodieFileIndex.listFiles() would return Seq of
{color:#000000}PartitionDirectory with null values.
{color}
was:
Fix of ClassCastException in https://issues.apache.org/jira/browse/HUDI-7709
with nulls as partition columns values could lead to an empty query results.
HoodieFileIndex.listFiles() would return empty Seq of
{color:#000000}PartitionDirectory due to
{color}
> Incorrect partition pruning when TimestampBasedKeyGenerator is used
> -------------------------------------------------------------------
>
> Key: HUDI-7952
> URL: https://issues.apache.org/jira/browse/HUDI-7952
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Geser Dugarov
> Priority: Major
>
> Fix of ClassCastException in https://issues.apache.org/jira/browse/HUDI-7709
> with nulls as partition columns values could lead to an empty query results.
> HoodieFileIndex.listFiles() would return Seq of
> {color:#000000}PartitionDirectory with null values.
> {color}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)