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
Type: <class 'deephaven.dherror.DHError'>
Value: failed to resolve the URI. : ValueError: cannot convert a Python 'Table' to a Java 'java.lang.Object'
Traceback (most recent call last):
File "/opt/deephaven/venv/lib/python3.10/site-packages/deephaven/uri.py", line 33, in resolve
return wrap_j_object(_JResolveTools.resolve(uri))
File "/opt/deephaven/venv/lib/python3.10/site-packages/deephaven/_wrapper.py", line 131, in wrap_j_object
wc = _lookup_wrapped_class(j_obj)
File "/opt/deephaven/venv/lib/python3.10/site-packages/deephaven/_wrapper.py", line 119, in _lookup_wrapped_class
if j_clz.jclass.isInstance(j_obj):
ValueError: cannot convert a Python 'Table' to a Java 'java.lang.Object'
The wrapping logic should be able to properly handle this case...
The text was updated successfully, but these errors were encountered:
The wrapping logic should be able to properly handle this case...
The text was updated successfully, but these errors were encountered: