Commit f6a859d
authored
fix: Partition aware source table UI widget swaps from merge to coalesce (#2397)
- Fixes the observed issue of the partition selector button flipping
between Merge and Coalesce depending on which partition view is
selected.
- The original condition for `isPartitionAwareSourceTable` in
`IrisGridTableModel.ts` isn't always accurate as `table.isUncoalesced`
is only true when no filters have been applied yet. Once a filter is
applied, the table is no longer considered uncoalesced but the source
table should still have the same property as before.
- Test snippet is linked on the ticket:
[DH-19015](https://deephaven.atlassian.net/browse/DH-19015)
[DH-19015]:
https://deephaven.atlassian.net/browse/DH-19015?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ1 parent 6c406ba commit f6a859d
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
445 | 452 | | |
446 | 453 | | |
447 | 454 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
301 | 305 | | |
302 | 306 | | |
303 | 307 | | |
304 | | - | |
| 308 | + | |
305 | 309 | | |
306 | 310 | | |
307 | 311 | | |
| |||
0 commit comments