jackylk commented on a change in pull request #3483: [CARBONDATA-3597] Support
Merge for SCD and CCD scenarios
URL: https://github.com/apache/carbondata/pull/3483#discussion_r360629861
##########
File path:
core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockDataMap.java
##########
@@ -297,11 +299,17 @@ private DataMapRowImpl
loadBlockMetaInfo(CarbonRowSchema[] taskSummarySchema,
// min max flag for task summary
boolean[] taskSummaryMinMaxFlag = new
boolean[segmentProperties.getColumnsValueSize().length];
Arrays.fill(taskSummaryMinMaxFlag, true);
+ LOGGER.warn("GGGGGGGGGGG KKKKKK BBBBBBB");
+ for (Map.Entry<String, BlockMetaInfo> entry :
blockletDataMapInfo.getBlockMetaInfoMap()
+ .entrySet()) {
+ LOGGER.warn(entry.getKey());
+ }
long totalRowCount = 0;
for (DataFileFooter fileFooter : indexInfo) {
TableBlockInfo blockInfo = fileFooter.getBlockInfo().getTableBlockInfo();
BlockMetaInfo blockMetaInfo =
blockletDataMapInfo.getBlockMetaInfoMap().get(blockInfo.getFilePath());
+ LOGGER.warn("loadBlockMetaInfo OOOO " + blockInfo.getFilePath());
Review comment:
please give a decent log message, or make it debug
----------------------------------------------------------------
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