Indhumathi27 commented on a change in pull request #3639: [CARBONDATA-3724]
Secondary Index enable on partition Table
URL: https://github.com/apache/carbondata/pull/3639#discussion_r387473487
##########
File path:
core/src/main/java/org/apache/carbondata/core/scan/scanner/impl/BlockletFilterScanner.java
##########
@@ -203,8 +203,8 @@ private BlockletScannedResult
executeFilter(RawBlockletColumnChunks rawBlockletC
BlockletScannedResult scannedResult =
new FilterQueryScannedResult(blockExecutionInfo, queryStatisticsModel);
scannedResult.setBlockletId(
- blockExecutionInfo.getBlockIdString() +
CarbonCommonConstants.FILE_SEPARATOR +
- rawBlockletColumnChunks.getDataBlock().blockletIndex());
+ blockExecutionInfo.getBlockIdString(),
+ "" + rawBlockletColumnChunks.getDataBlock().blockletIndex());
Review comment:
remove "" if not required. Instead can use String.valueOf
----------------------------------------------------------------
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