-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[python client] backwards incompatibility issue with v3.42.04 #16479
Comments
Clients are not backwards compatible. Each h2o version need to use client with the same version. Are you sure that your backend is 3.42.0.4? The current version is 3.46.0.6. It works there. Nevertheless, we are not supporting 3.42.0.4 anymore. |
thanks! @valenad1.
I understand that v3.42.0.4 is not supported anymore but I'm afraid we are still selling it to the customers in HAIC 24.11.1 cc @coolsat @JeffreyCanisius04 I wasnt aware of the backwards incompatibility but can we please atleast resolve the issue within the client?
|
It seems, that you still have a wrong client. |
H2O version, Operating System and Environment
(e.g. 3.38.0.1, Mac OS w/ M1 chip, R v4.0.1). Please let us know if you're running on K8s/Hadoop and if so, what version.
H2O Version: v3.42.0.4
OS: Ubuntu 22.04
Environement: http://jenkins.h2o.local:8080/job/h2o-ai-cloud-tests/job/release-tests/job/environments/job/for_mlops_v0.67.0_and_below/job/mlops%252F0.67.0/25/allure/#suites/7e3daadf797fdaa5207fb79d3cce47ba/bc67e7510347fbd/
Actual behavior
when I try to use upload_file method for h2o version 3.42.04. I hit the following error:
Expected behavior
uploading a file using the python client should work.
Steps to reproduce
Steps to reproduce the behavior (with working code on a sample dataset, if possible):
h2o.exceptions.H2OResponseError: Server error water.exceptions.H2OIllegalArgumentException:
Upload logs
http://jenkins.h2o.local:8080/job/h2o-ai-cloud-tests/job/release-tests/job/environments/job/for_mlops_v0.67.0_and_below/job/mlops%252F0.67.0/25/allure/#suites/7e3daadf797fdaa5207fb79d3cce47ba/bc67e7510347fbd/
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I strongly think its an issue of backward incompatibility where the parameter
force_col_types
is unknown to an older h2o3 versionPermalink
h2o-3/h2o-py/h2o/h2o.py
Line 341 in facf8f4
The text was updated successfully, but these errors were encountered: