You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
review: unconditional opendal in vortex-python, pub(crate) supports_scheme
Address review on #9199:
* `hf::supports_scheme` is only asked by the registry, so it does not need to be
`pub`. Its doc no longer intra-doc-links the OpenDAL counterpart either, since
that path does not exist in an hf-only build.
* "spelled" -> "passed" in the `TokenArg` doc.
* The Python bindings should not carry Rust feature gates: the `opendal` feature
of `vortex-python` is gone and the OpenDAL-backed stores (COS, and GooseFS from
the rebase) are always compiled in, like `HfStore`. The ImportError
placeholders, the feature language in the stubs and docs, and the cfg gates in
`lib.rs`/`io.rs` all go with it. Other consumers (JNI) keep the opt-in Cargo
feature. The `vortex._lib.CosStore`/`GoosefsStore` nitpick entries mirror the
`HfStore` one, since the simplified re-exports resolve annotations to the
native module path.
Signed-off-by: Robert Kruszewski <robert@spiraldb.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Lc5zw7Le2T3pakDEUdKTYd
0 commit comments