walterddr commented on code in PR #10006: URL: https://github.com/apache/pinot/pull/10006#discussion_r1052707412
########## pinot-core/src/main/java/org/apache/pinot/core/operator/combine/function/CombineFunction.java: ########## @@ -0,0 +1,32 @@ +package org.apache.pinot.core.operator.combine.function; + +import org.apache.pinot.core.operator.blocks.results.BaseResultsBlock; + + +public interface CombineFunction<T extends BaseResultsBlock> { + + /** + * Merges a results block into the main mergeable results block. + * <p>NOTE: {@code blockToMerge} should contain the result for a segment without any exception. The errored segment Review Comment: note was copied but yeah I added clarification -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org