-
There is a script saved at the root of the deephaven-benchmark GCloud bucket that, when run in Deephaven, produces some useful tables containing benchmark data and metrics.
https://storage.google…
-
**Description**
The embedded iframes we use don't have the `allow="clipboard-write"` setting set. Related to DH-15534 and https://github.com/deephaven/web-client-ui/issues/1527
**Steps t…
-
```groovy
import io.deephaven.engine.table.impl.QueryTable
import io.deephaven.engine.util.TableTools
import io.deephaven.engine.table.impl.select.SimulationClock
import io.deephaven.engine.ta…
-
When executing a filter via the java client, the top-level filters are combined into a single and-filter. This concatenation causes the resulting query to lose the special enigne parsing logic afforde…
-
Create set of base theme variables for dark theme. This will define the set of css variables that can be overridden for theming purposes.
Epic: https://github.com/deephaven/web-client-ui/issues/153…
-
```
heduler-Concurrent-2 | i.d.s.s.SessionService | Internal Error '12dfe072-4725-44f9-8dff-422240326a49' io.deephaven.UncheckedDeephavenException: Failed to execute function concurrently despite …
-
**Description**
When using non-`String` partitioning columns (`long` in my example), the partition-selection drop-down incorrectly tries to filter as if the values are strings. It wraps…
-
Server started on port 10000
import deephaven-ib as dhib
r-Scheduler-Serial-1 | i.d.s.s.SessionState | Internal Error '29f24170-7764-4a2b-82a8-ee995663e89f' java.lang.RuntimeException: Error in…
-
In `packages/components/src/DateInput.tsx` the `onChange` prop has it's date arg defined as optional. It doesn't appear that this is ever actually the case. We should update it so that consumers don't…
-
As a data administrator/developer, I want to be able to substitute my own key or value specifications instead of ones that Deephaven has built so that I can customize my ingestion for new form…