jackylk commented on a change in pull request #3597: [CARBONDATA-3575] Remove 
redundant exception throws
URL: https://github.com/apache/carbondata/pull/3597#discussion_r373536194
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/scan/filter/executer/ImplicitIncludeFilterExecutorImpl.java
 ##########
 @@ -77,7 +73,7 @@ public BitSet isScanRequired(byte[][] blockMaxValue, 
byte[][] blockMinValue,
   }
 
   @Override
-  public void readColumnChunks(RawBlockletColumnChunks 
rawBlockletColumnChunks) throws IOException {
+  public void readColumnChunks(RawBlockletColumnChunks 
rawBlockletColumnChunks) {
 
 Review comment:
   Because some subclass need to throw IOException, so it can't be removed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to