-
Notifications
You must be signed in to change notification settings - Fork 117
feat: introduce Result Service using Lakekeeper as REST catalog for Iceberg - catalog migration #4272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: introduce Result Service using Lakekeeper as REST catalog for Iceberg - catalog migration #4272
Changes from all commits
3f08775
b4c25c4
826655b
9a6cf7c
7b68c27
ce933ed
224a7d7
836ff63
29a5447
0c5a7ef
037374b
deadcd7
09b39bf
35cae38
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,6 +43,9 @@ bidict==0.22.0 | |
| cached_property==1.5.2 | ||
| psutil==5.9.0 | ||
| tzlocal==2.1 | ||
| s3fs==2025.9.0 | ||
| aiobotocore==2.25.1 | ||
| botocore==1.40.53 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ditto for these two libraries
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These three libraries have version compatibility constraints, and they also need to stay compatible with boto3. If we try to update them, some other libraries may also need to be updated accordingly. |
||
| pyiceberg==0.11.1 | ||
| readerwriterlock==1.0.9 | ||
| tenacity==8.5.0 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the latest version is 2026.2.0. Can you try to use the latest version ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These three libraries have version compatibility constraints, and they also need to stay compatible with boto3. If we try to update them, some other libraries may also need to be updated accordingly.