deepakpanda93 commented on issue #14409: URL: https://github.com/apache/hudi/issues/14409#issuecomment-4966634365
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This appears to be addressed. The Spark datasource read path semantics are now documented: `hoodie.datasource.read.paths` is described in the Read Options config reference (configurations page, since 0.9.0), and the incremental query docs (Querying Data / SQL Queries pages) explicitly instruct passing the table root/base path and selecting the query type via `hoodie.datasource.query.type` (snapshot / incremental / read_optimized). The old glob-path view API this issue described has been superseded by the query-type based API. If you're still seeing gaps on a recent version, please reopen with details. Closing as fixed. -- 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]
