apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.5k stars 1.29k forks source link

[multistage] v2 engine doesn't populate partial result flag back #10720

Open walterddr opened 1 year ago

walterddr commented 1 year ago

currently if servers are updating and not all segments are available to query we will set a partialResult flag. However, this flag is not propagated through v2 engine result block.

we should either consider this as an error or populate the warning through

abhioncbr commented 1 year ago

I can take a look. Please assign it to me. Thanks