Johan Adami
Johan Adami
When adding react-diff-viewer into my application, it comes out looking like this.  This is specifically because the bootstrap css for `pre` is overriding all of the css in this...
This is a `ui` `feature` I still need to test this more thoroughly on a larger environment than my local one, but I wanted to get this PR up early...
We were trying to test partitioning data in REALTIME tables and found consuming segments were never getting queried when applying the filter `where = X`. We eventually traced it down...
We have the following datetime column in our schema ``` date_time_field_specs: - name: created data_type: TIMESTAMP format: 1:MILLISECONDS:EPOCH granularity: 1:HOURS ``` The pinot [schema docs](https://docs.pinot.apache.org/configuration-reference/schema) are vary confusing and vague,...
This is related to #5069, but a clearly bigger bug. When you filter the multivalue col with an aggregation, you still see all the unique values from the multivalue col....
This is a followup from https://github.com/apache/pinot/issues/8929, but in the case of 0 data being consumed. We've since found a poor interaction between Pinot and our s3 lifecycling. - we have...
This is a `bugfix` on top of #13281 to better harden returning the rebalance result. #13281 will likely fix the same issue, but doesn't prevent the fact that we can...
This is a `ui` `bugfix` that closes #14302 columnNameSeparator was added in #8131 to allow displaying columns with the same name. But we don't need to carry that over when...
We've seen that downloading the data from the controller UI appends strange characters to the column names `#$%0#$%1` Users catch this because they try to reupload the CSV and see...
I've noticed `Delete Schema` never works from the table UI since you can't delete the schema without deleting the table first. And if you delete the table, you get redirected...