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
docs: update proto-models README for the datafusion-common dependency (#24279)
`datafusion-proto-models` now depends on `datafusion-common` and hosts
the `From` / `TryFrom` conversions between the generated proto types and
their `datafusion-common` counterparts, but the crate README still
claimed it had no DataFusion dependencies beyond
`datafusion-proto-common` and exposed only the generated structs.
Describe the conversions and why they live in this crate, and spell out
the narrowness that still holds: `datafusion-common` and
`datafusion-proto-common` are the only DataFusion dependencies.
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments