Skip to content

0.35.1 web UI version incompatible with JS API #5825

@devinrsmith

Description

@devinrsmith

Upon upgrading from 0.35.0 to 0.35.1, I was unable to view a partitioned table in the web UI:

TypeError: e.partitionedTable.getBaseTable is not a function

Can be reproduced with

from deephaven import new_table

x = new_table({
    "Foo": [0, 1, 2, 0, 1, 2],
    "Bar": [4, 5, 6, 7, 8, 9]}
).partition_by(["Foo"])

We do not currently have web client UI integration tests on the deephaven-core side; and the cherry-picks to the latest web UI version for the 0.35.1 release depend on JS API changes that will only be present in 0.36.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriage

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions