Commit 1909fac
authored
https://deephaven.atlassian.net/browse/DH-19138
For totals table columns, we were applying renaming logic based on
number of operations in the config, but it should be on number of
operations for each given column.
E.g., for a config `{X : [SUM, COUNT], Y: [COUNT]}` then your columns
will be `[X_SUM, X_COUNT, Y]` but we were expecting `[X_SUM, X_COUNT,
Y_COUNT]`
1 parent 15c8cfe commit 1909fac
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1011 | 1011 | | |
1012 | 1012 | | |
1013 | 1013 | | |
1014 | | - | |
1015 | | - | |
| 1014 | + | |
| 1015 | + | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | | - | |
| 1020 | + | |
1021 | 1021 | | |
1022 | 1022 | | |
1023 | 1023 | | |
| |||
0 commit comments