Chaitanya Deepthi
Chaitanya Deepthi
https://github.com/apache/pinot/issues/13278 https://docs.google.com/document/d/1rsDF6Ky4dZAtblPUIQXh8bQDkVMYbF4sU2Hci--7K-U/edit?pli=1 This PR has all API changes to improve UI load times and 2 UI fixes integrated with the APIs. UI changes of the below points yet to be...
In the Pinot UI home page currently the following is the behaviour: Redundant calls Multiple /instances calls, 2 for each component type (total 4*2=8) although one call should provide information...
Continuation to: https://github.com/apache/pinot/pull/17144 This PR is a long term fix without having to disable reload on consuming segment/force commit for Partial Upserts and Tables with dropOutOfOrder=true. In this PR, the...
This PR adds a validation framework for Pinot transform functions used in ingestion configs. It provides validation hooks for datatype checks in the TransformFunction interface that individual functions can implement...