You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, 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: