[
https://issues.apache.org/jira/browse/HUDI-4173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-4173:
---------------------------------
Labels: pull-request-available (was: )
> 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
> Labels: pull-request-available
>
> 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)