marregui commented on code in PR #12668:
URL: https://github.com/apache/pinot/pull/12668#discussion_r1541469193


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/readers/forward/BaseChunkForwardIndexReader.java:
##########
@@ -446,9 +446,10 @@ public void readValuesSV(int[] docIds, int length, 
double[] values, ChunkReaderC
   }
 
   @Override
-  public void close() {
+  public void close() throws IOException {

Review Comment:
   hmm, that is very extrange, I am not sure what happened. I always run `mvn 
checkstyle:check` before pushing a commit. In fact I forgot to do this and had 
to push another commit. The ^ ^ command succeeded!! 
   So I have opened all the files I touched and done a cmd+alt+shift+l to 
reformat according to `config/codestyle-intellij.xml`. A lot more lines than I 
expected were formatted :D .
   
   sorted in d02d798a0879323bf2cbaccf225d617087305532



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to