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 2019/03/13 09:05:40 UTC

[GitHub] [carbondata] qiuchenjian commented on a change in pull request #3144: [CARBONDATA-3313] count(*) is not invalidating the invalid segments cache

qiuchenjian 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_r265028267
 
 

 ##########
 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:
   better to move "dropTable"

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


With regards,
Apache Git Services