-
I've noticed this issue on `main`, but looks like it is also in DHE `VPlus .345 k8s` -- and therefore not new to the jsapi refactoring as I thought.
We're not sure how to reproduce this yet.
Thi…
-
I can consistently segfault the server in Docker and Pip by running the following code. It requires the Python packages `torch` and `transformers`.
```
from transformers import BertForSequenceClas…
-
**Description**
Seems to be introduced with the [JS API refactoring changes](https://github.com/deephaven/deephaven-core/pull/5890), though unsure if this is because we were misusing the API prior …
-
Potential infinite loop. Easy to reproduce, although the reproducer is not minimized yet.
```python
from deephaven.column import double_col, int_col
from deephaven.agg import (
sorted_first,…
-
It could be useful to have the ability to reference exports from the script of `ConsoleService.ExecuteCommand`. This would allow a "hybrid execution" workflow where some table operations are exported …
-
Deephaven does not currently handle Iceberg column renames.
Here is an example to produce a set of data that illustrates the issue
https://gist.github.com/devinrsmith/a6d537e5dce3ff0b25ba4b9c62d80…
-
When I write a bad line of code and execute it, I get the red line under the code telling me that line has failed. This is useful. However, once I start editing that line of code, I expect the red lin…
-
We should provide default shortcuts + documentation on configuring shortcuts for Run Deephaven File and Run Selection commands.
-
Import and create PRs for Deephaven changes
-
Currently for every update, the server sends the entire re-rendered document, even if only a part of it has changed. Should only send the diff between the current document and the new document, to dec…