jackylee-ch opened a new pull request, #664:
URL: https://github.com/apache/paimon-rust/pull/664

   Three entries in `docs/src/getting-started.md` predate the 0.3.0 release:
   
   - the dependency snippets pin `paimon = "0.2.0"`, while crates.io publishes 
0.3.0
     and `docs/src/sql.md` already says 0.3.0;
   - the default-feature sentence lists only `storage-fs` and `storage-memory`, 
but
     `crates/paimon/Cargo.toml` has
     `default = ["storage-memory", "storage-fs", "storage-oss"]`;
   - `storage-cos`, `storage-azdls`, `storage-obs` and `storage-gcs` are 
footnoted as
     unreleased with a git-dependency workaround, but they shipped in v0.3.0
     (`git tag --contains` on the commit that added them returns `v0.3.0`), so 
the
     footnote and its snippet are dropped.
   


-- 
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]

Reply via email to