gohalo commented on issue #126: URL: https://github.com/apache/hudi-rs/issues/126#issuecomment-2370022365
@xushiyan Actually the result is same with the test case `timeline_read_latest_schema_from_empty_table`, it's just return some errors described before. https://github.com/apache/hudi-rs/blob/5e1981f0380ef43f7fab4eb2229820c82c717e29/crates/core/src/table/timeline.rs#L243-L258 Change the following https://github.com/apache/hudi-rs/blob/5e1981f0380ef43f7fab4eb2229820c82c717e29/crates/core/src/table/mod.rs#L144-L145 to ``` rust .await?; ``` will got the detail error message which is same. ``` Failed to resolve the latest schema: no file path found ``` I'm trying to load the schema from the `hoodies.table.create.scheam` field of `hoodie.properties`, but I found we should to support parse java properties file, and not got a simple crates now. -- 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]
