Shaurya Chaturvedi

Results 6 issues of 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...

multi-stage
feature request

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...

Configuration
real-time

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...

feature

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...

timeseries-engine
timeseries-general-availability