Dhiraj Barnwal
Dhiraj Barnwal
I had some thoughts regarding this issue. The range of the bin would be defined by the algorithm we are going to implement in #375 . Once that is solidified...
@magorlick We are not sure if we correctly understand what's needed here or what's the understanding behind having rounded selections. We were waiting for @hamilton to provide his thoughts on...
Hey @bcolloran Virtualization of Column Profile is something we still want to do. As of now if we have say 500 column profiles, the UI would freeze. Virtualization would helps...
@hamilton Tried taking all data into account. Even though the scale chose by the algorithm remains to be `k`. This is happening because the nulls are now skewing the results...
Yeah, this hasn't been touched in a long time and has many regressions. We should re-do how we organize them. Previously the idea was to split them into `n x...
 Added message for no result
Looks like a bug with the API. @egor-ryashin can you take a look? The request and response is available in the jam link above.
Looks like this is caused by an existing bug in Vega interpreter https://github.com/vega/vega/issues/3632 String datetimes are not being handled by the interpreter. Created a PR in Vega https://github.com/vega/vega/pull/3913
I haven't personally worked a lot with query cancellation and relied on tanstack for it. I am up for removing manual cancellation if they don't have any performance implications.
Fixed here #4278