You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2021/03/23 12:30:14 UTC

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4112: [CARBONDATA-4149] Fix query issues after alter add empty partition location

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:
users@infra.apache.org