abhishekagarwal87 commented on PR #16931: URL: https://github.com/apache/druid/pull/16931#issuecomment-2308096388
I really wasn’t suggesting to print the whole buffer. We know that the code think it needs to read 20 bytes while only 18 were left. So we can print those 18 bytes and can inspect that. One other thing we can also do is copy the offending sequence to a temporary location so it can be downloaded for offline inspection. -- 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]
