-
There is a mismatch between server side arrow type support and pydeephaven-ticking arrow type support, as evidenced by this error:
```sh
Traceback (most recent call last):
File "...", line 946,…
-
See #8.
I've seen cases where the code seems to deadlock in the `cd = self._client.contract_registry.request_contract_details_blocking(contract)` line below.
```
def get_registered_contrac…
-
It seems that jpyutil is unable to properly find libpython3.8.so.1.0 on Ubuntu 20.04 (see https://github.com/deephaven/deephaven-core/issues/2641).
https://packages.ubuntu.com/focal/amd64/libpython…
-
Highlighting lines only gives an option to run the entire file
-
A user found that they can't use double columns as key columns in rollups they create in the web UI. Although there are many cases where doubles don't make sense as key columns (e.g. truly continuous …
-
I believe we need to offer Iceberg reading support based on a user-specified Schema (likely a Schema that was sourced from some history in the Table, or some subset); in the context where a user is pa…
-
Run this snippet in Legacy Groovy DHE to open a NestedPartitionedDiskBackedTable:
```
t2 = db.t("LearnDeephaven", "StockQuotes")
```
The panel initially opens with 2 disabled buttons - `…
-
Run this snippet in Legacy Groovy DHE to open an empty `NestedPartitionedDiskBackedTable`:
```
t3 = db.i("LearnDeephaven", "StockQuotes")
```
Click on a column to sort.
Expected:
- P…
-
There is a bug in the `web-client-ui` spectrum theme that is causing the `dialog` underlay to render incorrectly. It is fixed here:
https://github.com/deephaven/web-client-ui/pull/2267
We need to wa…
-
**Description**
I would like to apply a formatting to a rollup, but it fails as not supported
**Steps to reproduce**
```
from deephaven import empty_table, time_table, agg
agg_list = [agg.a…