walterddr commented on a change in pull request #7547:
URL: https://github.com/apache/pinot/pull/7547#discussion_r725275014



##########
File path: 
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/reader/FixedByteWidthRowColDataFileReaderTest.java
##########
@@ -87,7 +86,6 @@ void testMultiCol()
     dos.flush();
     dos.close();
     RandomAccessFile raf = new RandomAccessFile(f, "rw");
-//    System.out.println("file size: " + raf.getChannel().size());

Review comment:
       yeah I actually kept all the printout from setup methods. please comment 
if you want any one of these to be printed during setup and I can move over 




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