walterddr commented on code in PR #8874:
URL: https://github.com/apache/pinot/pull/8874#discussion_r897310875
##########
pinot-core/src/main/java/org/apache/pinot/core/common/datablock/DataBlockUtils.java:
##########
@@ -37,11 +37,6 @@ private DataBlockUtils() {
static {
EOS_DATA_BLOCK._metadata.put(DataTable.MetadataKey.TABLE.getName(),
"END_OF_STREAM");
}
- private static final TransferableBlock EOS_TRANSFERABLE_BLOCK = new
TransferableBlock(EOS_DATA_BLOCK);
-
- public static TransferableBlock getEndOfStreamTransferableBlock() {
- return EOS_TRANSFERABLE_BLOCK;
- }
public static MetadataBlock getEndOfStreamDataBlock() {
Review Comment:
end-of-stream is different from error block. it is more of an empty block.
--
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]