shyjsarah opened a new pull request, #8856:
URL: https://github.com/apache/paimon/pull/8856

   ## Purpose
   
   `pypaimon[sql]` currently caps `pypaimon-rust` below 0.4.0. After 
paimon-rust bumped its workspace version to 0.4.0, installing the source-built 
Python binding followed by `pypaimon[sql]` makes pip reject the installed 
binding and try to resolve an older wheel.
   
   ## Changes
   
   - Allow the SQL extra to use both pypaimon-rust 0.3.x and 0.4.x.
   - Pin the Python 3.11 CI lane to the paimon-rust 0.4.0 version-bump commit.
   - Install `pypaimon[sql]` in that lane so CI verifies the package metadata 
accepts the source-built binding.
   
   ## Testing
   
   - Built and installed pypaimon-rust 0.4.0 from source in a clean Python 3.10 
virtual environment.
   - Verified `python -m pip install --dry-run './paimon-python[sql]'` 
recognizes the installed `pypaimon-rust 0.4.0`.
   - Parsed `.github/workflows/paimon-python-checks.yml` as YAML.
   - Ran `git diff --check`.
   


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