deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

Partition selector disappears when sorting an empty NestedPartitionedDiskBackedTable #2176

Open vbabich opened 3 months ago

vbabich commented 3 months ago

Run this snippet in Legacy Groovy DHE to open an empty NestedPartitionedDiskBackedTable:

t3 = db.i("LearnDeephaven", "StockQuotes")

Click on a column to sort.

Expected:

Actual:

DHE Version 1.20240517.187 (64db4bb6) DHC packages v0.87.0 (tested using npm run start-community)

https://github.com/user-attachments/assets/cccc4824-433d-42dc-a49e-d23b45037d49

mofojed commented 6 days ago

This was on a legacy worker, but I wonder if the table is switching between coalesced/uncoalesced: https://github.com/deephaven/deephaven-core/issues/6210