Commit 9013b5a
chore: drop the unused datafusion-proto dep from the util crate
Its only use was `physical_codec_from_pycapsule`, whose `dyn
PhysicalExtensionCodec` output type came from that crate. That helper is
gone, replaced by `ffi_physical_codec_from_pycapsule`, which returns the FFI
type and leaves the conversion to the caller. Nothing in `crates/util/src`
references `datafusion_proto` any more, and it is not re-exported, so
extension libraries depending on this crate are unaffected.
The package stays in Cargo.lock; crates/core still uses it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 1736d84 commit 9013b5a
2 files changed
Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
0 commit comments