Jackie-Jiang commented on code in PR #15991:
URL: https://github.com/apache/pinot/pull/15991#discussion_r2127381996
##########
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:
Will the response contain metadata when it contains exception?
--
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]