This is an automated email from the ASF dual-hosted git repository. gortiz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 46394c24d6 Remove Refactor TODO (#14338) 46394c24d6 is described below commit 46394c24d6f8392d907ef84424e276890b05aa8e Author: ashishjayamohan <46698969+ashishjayamo...@users.noreply.github.com> AuthorDate: Mon Nov 11 00:12:23 2024 -0800 Remove Refactor TODO (#14338) --- .../java/org/apache/pinot/query/runtime/blocks/TransferableBlock.java | 1 - 1 file changed, 1 deletion(-) diff --git a/pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/blocks/TransferableBlock.java b/pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/blocks/TransferableBlock.java index 63b4c5f0de..9cf70dc72c 100644 --- a/pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/blocks/TransferableBlock.java +++ b/pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/blocks/TransferableBlock.java @@ -217,7 +217,6 @@ public class TransferableBlock implements Block { * * @return whether this block is the end of stream. */ - // TODO: Update the name to isTerminateBlock. public boolean isEndOfStreamBlock() { return isType(MetadataBlock.MetadataBlockType.ERROR) || isType(MetadataBlock.MetadataBlockType.EOS); } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org