Shaurya Chaturvedi
Shaurya Chaturvedi
The current order of query optimization rules in the logical plan stage does not cover all the corner cases for multistage queries (an example is https://github.com/apache/pinot/pull/14198). There is a need...
Auto reset of error segments can be done whenever segment validation flow executes, which eliminates the need for manual resolution. This feature is gated behind the controller config `controller.segment.error.autoReset` which...
This PR is a part of the Cross Cluster Federation in Pinot as proposed here: https://github.com/apache/pinot/issues/16456 ## Overview Introduces multi-cluster routing capability that allows a broker to query both local...
## **Overview** This PR introduces **federation capabilities** in Apache Pinot’s broker layer, enabling a single broker to connect to and route queries across multiple independent clusters. The change is **additive...
Currently, partial results are not returned, and if one or more servers fail, the query is marked as a failure. Since returning query stats is recently supported in the timeseries...