akkio-97 commented on a change in pull request #4121:
URL: https://github.com/apache/carbondata/pull/4121#discussion_r619158832
##########
File path:
index/secondary-index/src/test/scala/org/apache/carbondata/spark/testsuite/secondaryindex/TestSIWithSecondaryIndex.scala
##########
@@ -62,17 +62,6 @@ class TestSIWithSecondaryIndex extends QueryTest with
BeforeAndAfterAll {
}
}
- test ("test alter drop all columns of the SI table") {
- sql("create table table_drop_columns (" +
- "name string, id string, country string) stored as carbondata")
- sql("insert into table_drop_columns select 'xx', '1', 'china'")
- sql("create index tdc_index_1 on table table_drop_columns(id, country) as
'carbondata'")
Review comment:
okay
--
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]