-
Notifications
You must be signed in to change notification settings - Fork 7k
[CI] Add kafka-python&testcontainers[kafka] to deps
#58680
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
[CI] Add kafka-python&testcontainers[kafka] to deps
#58680
Conversation
|
cc @aslonnie |
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.
Code Review
This pull request adds kafka-python and testcontainers[kafka] as dependencies for testing purposes. The changes are mostly updates to dependency lock files, which is expected. I've found a critical issue in python/requirements_compiled.txt where the version constraint for grpcio seems to have been incorrectly changed, which could break builds for Python 3.10+. Additionally, the new dependencies in python/requirements/ml/data-test-requirements.txt are not version-pinned, which is not ideal for reproducible builds. Please see my comments for details.
Signed-off-by: You-Cheng Lin (Owen) <mses010108@gmail.com>
1425b03 to
461037f
Compare
|
@aslonnie Test is failing but I don't think that is related to my change |
synced master; it is fixed there. |
…58680) for implementing kafka datasource. Signed-off-by: You-Cheng Lin (Owen) <mses010108@gmail.com> Co-authored-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> Signed-off-by: Aydin Abiar <aydin@anyscale.com>
…58680) for implementing kafka datasource. Signed-off-by: You-Cheng Lin (Owen) <mses010108@gmail.com> Co-authored-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> Signed-off-by: YK <1811651+ykdojo@users.noreply.github.com>
…58680) for implementing kafka datasource. Signed-off-by: You-Cheng Lin (Owen) <mses010108@gmail.com> Co-authored-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com>
Description
For #58592
Related issues
Additional information