geruh opened a new pull request, #2987:
URL: https://github.com/apache/iceberg-python/pull/2987

   # Rationale for this change
   Include uv.lock in sdist so dependency resolution matches the release branch.
   
   ## Are these changes tested?
   Yes
   
   ```
   > cd /tmp/test-install2/pyiceberg-0.11.0 && uv pip list | grep -i 
"pytz\|pandas"
   pandas                        2.3.3
   pytz                          2025.2
   
   > make test
   tests/utils/test_singleton.py::test_singleton PASSED                     [ 
99%]
   tests/utils/test_singleton.py::test_singleton_transform PASSED           [ 
99%]
   tests/utils/test_truncate.py::test_upper_bound_string_truncation PASSED  [ 
99%]
   tests/utils/test_truncate.py::test_upper_bound_binary_truncation PASSED  
[100%]
   =============== 3505 passed, 1481 deselected in 68.44s (0:01:08) 
===============
   ```
   
   ## Are there any user-facing changes?
   No
   


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