nsivabalan commented on issue #14439: URL: https://github.com/apache/hudi/issues/14439#issuecomment-4795159762
This appears to already be addressed on current master. Non-globbed table-path queries were introduced via [HUDI-1591](https://issues.apache.org/jira/browse/HUDI-1591) (PR #2651) which added `HoodieFileIndex` so the Spark datasource can discover partitions automatically from just the table path. More recently, PR #14060 (commit `2ebc6775dbb6`, merged 2025-11-24) removed glob path support from the Spark datasource entirely — users now specify only the table path (e.g. `spark.read.format("hudi").load("/path/to/table")`) regardless of partition depth or key generator. Could you confirm on current master and close this if no longer reproducible? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
