hudi-bot opened a new issue, #16684: URL: https://github.com/apache/hudi/issues/16684
In some cases, a MOR table's latest (or view at time-travel specified instant) file-slices all have only base-file but empty log-files. When performs Snapshot-Query for these tables, we can regard it as MOR-ReadOptimized-Query and provide a HadoopFsRelation to Spark. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8382 - Type: Improvement - Fix version(s): - 1.1.0 --- ## Comments 05/Dec/24 11:55;vinoth;+1.. although I think this is already fixed in master.. assigning to jon to confirm;;; --- 05/Dec/24 20:49;jonvex;With the fg reader implementation, we always use hadoopfs relation for every query type. And I think we will be getting rid of the relation based implementations in the near future so this pr is probably not necessary;;; -- 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]
