Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.35.1 web UI version incompatible with JS API #5825

Closed
devinrsmith opened this issue Jul 22, 2024 · 1 comment
Closed

0.35.1 web UI version incompatible with JS API #5825

devinrsmith opened this issue Jul 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working triage
Milestone

Comments

@devinrsmith
Copy link
Member

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

@devinrsmith devinrsmith added bug Something isn't working triage labels Jul 22, 2024
@devinrsmith devinrsmith modified the milestones: 0.36.0, 0.35.2 Jul 22, 2024
devinrsmith pushed a commit that referenced this issue Jul 24, 2024
- Release notes:
https://github.com/deephaven/web-client-ui/releases/tag/v0.85.3
- Fixes #5825
- Branched off 0.85.2 and cherry-picked fixes for this release only,
leaving out new features (including the new Partitioned Table handling)
@pete-petey
Copy link
Member

Devin said I can close this.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

3 participants