shauryachats commented on code in PR #17170:
URL: https://github.com/apache/pinot/pull/17170#discussion_r2529169193
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/timeseries/TimeSeriesExchangeReceiveOperator.java:
##########
@@ -50,6 +51,20 @@
* different servers, we will simply append them to the list, creating a union.
*/
public class TimeSeriesExchangeReceiveOperator extends BaseTimeSeriesOperator {
+
+ private static final List<DataTable.MetadataKey> ADDITIVE_STATS_KEYS =
List.of(
Review Comment:
1. I can take it up in a follow-up diff.
2. I started the implementation by using `StatMap` but it would involve a
lot of complex changes to TSE, with changes to each TimeSeries operator as well
as the `getNextBlock()`. It is more intuitive to mimic SSE for the stats flow,
since TSE itself follows after SSE.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]