bziobrowski commented on code in PR #16349:
URL: https://github.com/apache/pinot/pull/16349#discussion_r2210026683
##########
pinot-plugins/pinot-input-format/pinot-clp-log/src/main/java/org/apache/pinot/plugin/inputformat/clplog/CLPLogMessageDecoder.java:
##########
@@ -107,9 +106,4 @@ public GenericRow decode(byte[] payload, GenericRow
destination) {
return null;
}
}
-
Review Comment:
Same as below: decoder could pass offset and limit to ByteArrayInputStream
instead of copying.
--
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]