kunal642 commented on a change in pull request #3331: [CARBONDATA-3476] Fix
Read time and scan time stats in executor log for filter query
URL: https://github.com/apache/carbondata/pull/3331#discussion_r306679619
##########
File path:
core/src/main/java/org/apache/carbondata/core/scan/scanner/impl/BlockletFilterScanner.java
##########
@@ -96,8 +96,8 @@ public BlockletFilterScanner(BlockExecutionInfo
blockExecutionInfo,
* @param rawBlockletColumnChunks block chunk holder which holds the data
* @throws FilterUnsupportedException
*/
- @Override
- public BlockletScannedResult scanBlocklet(RawBlockletColumnChunks
rawBlockletColumnChunks)
+ @Override public BlockletScannedResult scanBlocklet(
Review comment:
Please revert any unnecessary changes like this.
----------------------------------------------------------------
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