Christina Li
Christina Li
Hi, we just noticed there is one change introduced by [#7374](https://github.com/apache/pinot/pull/7374). A new checking schema.isBackwardCompatibleWith(oldSchema) is added for POST /schemas API. With the checking, we can not modify any existing...
Can we add an API to get the server shutDownInProgress config and expose the info at tenant level? We recently saw that some upsert servers can become unresponsive and stop...
we found in Pinot 1.1, PERCENTILEEST throws NPE in MultiStage Engine. Does anyone know if this is already fixed in master? example query: ``` WITH sub AS (select deviceOS, count(1)...
Current HYBRID type takes two factors into considerations: query latency and number of inflight requests. We can also count query failures on each server when calculating server scores, the same...