[
https://issues.apache.org/jira/browse/HUDI-4173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hui An updated HUDI-4173:
-------------------------
Description:
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}
> FIx the error 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)