Posted by
GitBox on
Mar 23, 2021; 12:30pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-ShreelekhyaG-opened-a-new-pull-request-4112-CARBONDATA-4149-Fix-query-issues-aftern-tp107188p107205.html
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:
[hidden email]