plusplusjiajia opened a new pull request, #3033:
URL: https://github.com/apache/iceberg-rust/pull/3033

   ## What changes are included in this PR?
   
     `datafusion = "54.1.0"` resolves to `^54.1.0`, which excludes the 54.0.x 
line. Downstream projects that must stay on 54.0 therefore cannot depend on 
`iceberg-datafusion` at all.
   
     The concrete case: the `datafusion-ffi` capsule layout is not stable 
across minor versions, so a project embedding DataFusion next to a 
`datafusion-python` host has to match its version — and PyPI's
     `datafusion-python` currently tops out at 54.0.
   
     This widens the requirement to `>=54.0.0, <55`. The lockfile still 
resolves to 54.1.0, so CI builds are unchanged; only the range downstreams may 
resolve within gets wider. Verified that `iceberg` and
     `iceberg-datafusion` compile and pass their consumer's tests against 
DataFusion 54.0.0.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to