xubo245 commented on a change in pull request #3597: [CARBONDATA-3575] Remove
redundant exception throws
URL: https://github.com/apache/carbondata/pull/3597#discussion_r373509677
##########
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:
Why didn't remove the exception? like:
org.apache.carbondata.core.scan.filter.executer.FilterExecuter#readColumnChunks
----------------------------------------------------------------
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