Share PyArrow table data with the server through ByteBuffer #6
Triggered via pull request
December 11, 2023 22:32
Status
Success
Total duration
12m 27s
Artifacts
–
docs-ci-v2.yml
on: pull_request
javadoc
3m 14s
typedoc
1m 34s
pydoc
5m 15s
cppdoc
12m 12s
rdoc
8m 12s
symlink
0s
Annotations
19 errors and 5 warnings
tests/test_arrow.py.test_against_parquet:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_arrow_types_bool:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_arrow_types_floating:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_arrow_types_integers [signed integers]:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_arrow_types_text_binary:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_arrow_types_timestamp:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_round_trip:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_round_trip_cols:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_round_trip_empty:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_arrow.py.test_round_trip_types:
tests/test_arrow/ArrowTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_dbc.py.test_read_adbc:
tests/test_dbc/DbcTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_dbc.py.test_read_odbc:
tests/test_dbc/DbcTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_dbc.py.test_read_sql [odbc]:
tests/test_dbc/DbcTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_dbc.py.test_read_sql [adbc]:
tests/test_dbc/DbcTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_dbc.py.test_read_sql [odbc-connection]:
tests/test_dbc/DbcTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_dbc.py.test_read_sql [adbc-connection]:
tests/test_dbc/DbcTestCase#L1
failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_dbc.py.test_read_sql_connectorx:
tests/test_dbc/DbcTestCase#L1
failed to get a Arrow table from ConnectorX. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/python/deephaven/dbc/__init__.py", line 36, in read_sql
return dharrow.to_table(pa_table)
File "/python/deephaven/arrow.py", line 114, in to_table
raise DHError(e, message="failed to create a Deephaven table from a pyarrow table.") from e
deephaven.dherror.DHError: failed to create a Deephaven table from a pyarrow table. : RuntimeError: no matching Java method overloads found
Traceback (most recent call last):
File "/python/deephaven/arrow.py", line 104, in to_table
j_barrage_table_builder.setSchema(pa_buffer)
RuntimeError: no matching Java method overloads found
|
tests/test_pandas.py.test_arrow_backend_nulls:
tests/test_pandas/PandasTestCase#L1
failed to create an InputColumn. : TypeError: 'NAType' object cannot be interpreted as an integer
Traceback (most recent call last):
File "/python/deephaven/dtypes.py", line 300, in array
return jpy.array(dtype.j_type, seq)
TypeError: 'NAType' object cannot be interpreted as an integer
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/python/deephaven/column.py", line 71, in __post_init__
self.j_column = _JColumn.ofUnsafe(self.name, dtypes.array(self.data_type, self.input_data,
File "/python/deephaven/dtypes.py", line 302, in array
raise DHError(e, f"failed to create a Java {dtype.j_name} array.") from e
deephaven.dherror.DHError: failed to create a Java char array. : TypeError: 'NAType' object cannot be interpreted as an integer
Traceback (most recent call last):
File "/python/deephaven/dtypes.py", line 300, in array
return jpy.array(dtype.j_type, seq)
TypeError: 'NAType' object cannot be interpreted as an integer
|
tests/test_pandas.py.test_conv_null [pyarrow]:
tests/test_pandas/PandasTestCase#L1
failed to create an InputColumn. : TypeError: 'NAType' object cannot be interpreted as an integer
Traceback (most recent call last):
File "/python/deephaven/dtypes.py", line 300, in array
return jpy.array(dtype.j_type, seq)
TypeError: 'NAType' object cannot be interpreted as an integer
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/python/deephaven/column.py", line 71, in __post_init__
self.j_column = _JColumn.ofUnsafe(self.name, dtypes.array(self.data_type, self.input_data,
File "/python/deephaven/dtypes.py", line 302, in array
raise DHError(e, f"failed to create a Java {dtype.j_name} array.") from e
deephaven.dherror.DHError: failed to create a Java char array. : TypeError: 'NAType' object cannot be interpreted as an integer
Traceback (most recent call last):
File "/python/deephaven/dtypes.py", line 300, in array
return jpy.array(dtype.j_type, seq)
TypeError: 'NAType' object cannot be interpreted as an integer
|
typedoc
Gradle Build Scan: https://gradle.com/s/wez2hne6epsio
|
javadoc
Gradle Build Scan: https://gradle.com/s/2j2opmgq55ah4
|
pydoc
Gradle Build Scan: https://gradle.com/s/ul6zq47oubuxu
|
rdoc
Gradle Build Scan: https://gradle.com/s/n2ig2bfhptiwm
|
cppdoc
Gradle Build Scan: https://gradle.com/s/4ubgbiawspypc
|