yihua commented on code in PR #762: URL: https://github.com/apache/hudi-rs/pull/762#discussion_r3941649227
########## python/pyproject.toml: ########## @@ -22,6 +22,9 @@ build-backend = "maturin" [project] name = "hudi" description = "Native Python binding for Apache Hudi, based on hudi-rs." +# maturin stopped falling back to the crate's readme for this metadata, so +# without this the published package has no description at all. Review Comment: Remove this. Keep it in the PR description -- 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]
