pinot
pinot copied to clipboard
Support partial results in Timeseries Engine
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 engine (https://github.com/apache/pinot/pull/17170), we can populate the partialResult flag and list the exceptions from the servers.