Skip to content

Commit 4a6ea15

Browse files
DerGutXuanwo
andauthored
feat: Update Datafusion to v50 (#1728)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #. ## What changes are included in this PR? <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> --------- Signed-off-by: Xuanwo <[email protected]> Co-authored-by: Xuanwo <[email protected]>
1 parent 87acf3c commit 4a6ea15

File tree

8 files changed

+956
-1199
lines changed

8 files changed

+956
-1199
lines changed

.github/workflows/bindings_python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
shell: bash
9292
run: |
9393
set -e
94-
pip install hatch==1.12.0
94+
pip install hatch==1.14.2
9595
hatch run dev:pip install dist/pyiceberg_core-*.whl --force-reinstall
9696
hatch run dev:test

0 commit comments

Comments
 (0)