bziobrowski commented on code in PR #16349:
URL: https://github.com/apache/pinot/pull/16349#discussion_r2210016535


##########
pinot-plugins/pinot-input-format/pinot-csv/src/main/java/org/apache/pinot/plugin/inputformat/csv/CSVMessageDecoder.java:
##########
@@ -181,9 +180,4 @@ public GenericRow decode(byte[] payload, GenericRow 
destination) {
       throw new RuntimeException("Error decoding CSV record from payload", e);
     }
   }
-

Review Comment:
   Same as below: implementation could pass offset and length to 
ByteArrayInputStream instead of copying bytes.



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