Indhumathi27 commented on a change in pull request #4112:
URL: https://github.com/apache/carbondata/pull/4112#discussion_r599523297
##########
File path:
index/secondary-index/src/test/scala/org/apache/carbondata/spark/testsuite/secondaryindex/TestSIWithPartition.scala
##########
@@ -414,6 +414,7 @@ class TestSIWithPartition extends QueryTest with
BeforeAndAfterAll {
checkAnswer(extSegmentQuery, Seq(Row(2, "red", "def"), Row(5, "red",
"abc")))
assert(extSegmentQuery.queryExecution.executedPlan.isInstanceOf[BroadCastSIFilterPushJoin])
sql("drop table if exists partition_table")
+
FileFactory.deleteAllCarbonFilesOfDir(FileFactory.getCarbonFile(sdkWritePath))
Review comment:
can you add insert into existing external partition also
--
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]