You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Hui An (Jira)" <ji...@apache.org> on 2022/06/01 04:18:00 UTC

[jira] [Updated] (HUDI-4173) Fix wrong results if the user read no base files hudi table by glob paths

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

Hui An updated HUDI-4173:
-------------------------
    Summary: Fix wrong results if the user read no base files hudi table by glob paths  (was: Fix the error if the user read no base files hudi table by glob paths)

> Fix wrong results if the user read no base files hudi table by glob paths
> -------------------------------------------------------------------------
>
>                 Key: HUDI-4173
>                 URL: https://issues.apache.org/jira/browse/HUDI-4173
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: Hui An
>            Priority: Major
>
> If a hudi table is all logs files without any base files, following query will return 0
> {code:scala}
> spark.read.format("hudi")
> .load(basePath + "/*/*/*/*")
> .count()
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)