-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data Explorer: Fix issues encountered with QA datasets; int64 overflo…
…ws in statistics, histograms, add other group to frequency tables (#5477) I also fixed a bug where the data explorer backend would get into a "stuck" state when a query fails (there is a `runningQuery` promise so that only one query is queued at a time so we can see execution times in the console logs). Additionally: * Large INT64 values will not generate DuckDB overflows * Added the "other" group to the frequency table output Part of #5128
- Loading branch information
Showing
1 changed file
with
32 additions
and
17 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