You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/09/19 20:30:00 UTC

[jira] [Closed] (HUDI-2788) Z-ordering Layout Optimization Strategy fails w/ Data Skipping enabled

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

Alexey Kudinkin closed HUDI-2788.
---------------------------------
    Resolution: Fixed

> Z-ordering Layout Optimization Strategy fails w/ Data Skipping enabled
> ----------------------------------------------------------------------
>
>                 Key: HUDI-2788
>                 URL: https://issues.apache.org/jira/browse/HUDI-2788
>             Project: Apache Hudi
>          Issue Type: Task
>          Components: index
>            Reporter: Alexey Kudinkin
>            Assignee: Alexey Kudinkin
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>
> During testing of Z-ordering in test environment i've discovered following issues:
>  # Queries failing for tables w/ enabled Clustering w/ Z-ordering Layout and data-skipping enabled, being unable to read `_SUCCESS` file (automatically created by Spark)
>  # Some of the translations of the original query predicates into Z-index table predicates are translated incorrectly (`!=`, `not like`, etc)
>  # Join merging indexes across commits incorrectly always checks for null first column (instead of Nth column) when picking the result of the merge



--
This message was sent by Atlassian Jira
(v8.20.10#820010)