gortiz commented on code in PR #15991:
URL: https://github.com/apache/pinot/pull/15991#discussion_r2128081588


##########
pinot-common/src/main/java/org/apache/pinot/common/datablock/ZeroCopyDataBlockSerde.java:
##########
@@ -201,10 +201,10 @@ public DataBlock deserialize(DataBuffer buffer, long 
offset, DataBlock.Type type
               bufferView(buffer, header._variableSizeDataStart + offset, 
header._variableSizeDataLength));
         case METADATA: {
           Map<Integer, String> exceptions = deserializeExceptions(stream, 
header);
+          List<DataBuffer> metadata = deserializeMetadata(buffer, header);

Review Comment:
   Sometimes it does. In cases where a worker sends to more than one downstream 
worker, only one worker will receive the metadata (aka stats).



-- 
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]

Reply via email to