KnightChess commented on code in PR #113:
URL: https://github.com/apache/hudi-rs/pull/113#discussion_r1720884091
##########
crates/core/src/table/mod.rs:
##########
@@ -267,6 +346,22 @@ impl Table {
Ok(file_paths)
}
+ /// Read hudi data file with relative_path
+ /// ```rust
+ /// use url::Url;
+ /// use hudi_core::table::Table;
+ ///
+ /// pub async fn test() {
Review Comment:
just doc code example.
--
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]