akashrn5 commented on a change in pull request #3846:
URL: https://github.com/apache/carbondata/pull/3846#discussion_r458019493



##########
File path: 
integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/merge/MergeTestCase.scala
##########
@@ -869,10 +910,15 @@ class MergeTestCase extends QueryTest with 
BeforeAndAfterAll {
     
CarbonProperties.getInstance().addProperty("carbon.enable.auto.load.merge", 
"false")
   }
 
-  private def getDeleteDeltaFileCount(tableName: String, segment: String): Int 
= {
+  private def getDeleteDeltaFileCount(tableName: String,
+      segment: String,

Review comment:
       no need to change the method signature, you are already having the 
carbonTable object, check from it whether its partition table or not.




----------------------------------------------------------------
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]


Reply via email to