ravipesala 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_r361894487
##########
File path: core/src/main/java/org/apache/carbondata/core/scan/result/BlockletScannedResult.java
##########
@@ -873,12 +872,11 @@ public DeleteDeltaVo getCurrentDeleteDeltaVo() {
/**
* Below method will be used to check row got deleted
*
- * @param rowId
* @return is present in deleted row
*/
- public boolean containsDeletedRow(int rowId) {
+ public boolean containsDeletedRow(int currentRow) {
Review comment:
ok
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services