alamb commented on code in PR #8419:
URL: https://github.com/apache/arrow-rs/pull/8419#discussion_r2372389723
##########
parquet-variant-json/Cargo.toml:
##########
@@ -19,21 +19,21 @@
name = "parquet-variant-json"
# This package is still in development and thus the version does
# not follow the versions of the rest of the crates in this repo.
-version = "0.1.0"
+version = "0.2.0"
license = { workspace = true }
description = "Apache Parquet Variant to/from JSON"
homepage = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
keywords = ["arrow", "parquet", "variant"]
-readme = "README.md"
+readme = "../parquet-variant/README.md"
Review Comment:
there is no readme file in parquet-variant-json
--
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]