[Bug][Cache] Map.get with cache key real value. (#6377)
This commit is contained in:
@ -159,7 +159,7 @@ public class RowBatchBuilder {
|
||||
partitionRowList.add(row);
|
||||
partRowMap.put(cacheKey.realValue(), partitionRowList);
|
||||
} else {
|
||||
partRowMap.get(cacheKey).add(row);
|
||||
partRowMap.get(cacheKey.realValue()).add(row);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user