dhatchayani commented on a change in pull request #3144: [CARBONDATA-3313] count(*) is not invalidating the invalid segments cache
URL:
https://github.com/apache/carbondata/pull/3144#discussion_r265031724
##########
File path: integration/spark-common-test/src/test/scala/org/apache/carbondata/sql/commands/TestCarbonShowCacheCommand.scala
##########
@@ -110,6 +110,31 @@ class TestCarbonShowCacheCommand extends QueryTest with BeforeAndAfterAll {
sql("select workgroupcategoryname,count(empname) as count from cache_4 group by workgroupcategoryname").collect()
}
+ test("test drop cache invalidation in case of invalid segments"){
+ sql("drop table if exists empTable")
Review comment:
done
----------------------------------------------------------------
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