-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Change display of rollup key columns from null to empty string (#…
…1563) * Previously, key columns containing non-numeric types would display `null` is the rolled up rows have different values for the same column * This behaviour is updated to show an empty cell instead of `null` * Resolves #1483 #### Testing Instructions: 1. Run: ```python from deephaven import empty_table, time_table size = 100 scale = 1000 random_values_with_null_NaN = empty_table(size).update([ "MyString=(i%11==0? null : `a`+(int)(scale*(Math.random()*2-1)))" ]) ``` 2. Add the string and char columns and any other arbitrary columns as rollup columns in any order 3. The key column should only show `null` if it actually represents a null value in the column --------- Co-authored-by: georgecwan <[email protected]> Co-authored-by: Mike Bender <[email protected]>
- Loading branch information
1 parent
4eda17c
commit 327bcb6
Showing
22 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+230 Bytes
(100%)
...tions.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-299 Bytes
(100%)
...ations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-29 Bytes
(100%)
...rations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 Bytes
(100%)
...tions.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+112 Bytes
(100%)
...ations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-2-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-26 Bytes
(100%)
...rations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-2-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-389 Bytes
(97%)
...tions.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-529 Bytes
(98%)
...ations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-3-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-359 Bytes
(97%)
...rations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-3-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-166 Bytes
(99%)
...tions.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-4-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-855 Bytes
(96%)
...ations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-4-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-362 Bytes
(97%)
...rations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-4-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+202 Bytes
(100%)
...tions.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-5-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-218 Bytes
(100%)
...ations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-5-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-25 Bytes
(100%)
...rations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-5-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+332 Bytes
(100%)
...tions.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-6-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20 Bytes
(100%)
...ations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-6-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 Bytes
(100%)
...rations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-6-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+214 Bytes
(100%)
...tions.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-7-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-96 Bytes
(100%)
...ations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-7-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 Bytes
(100%)
...rations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-7-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.