xubo245 commented on a change in pull request #3559: [CARBONDATA-3652] Make 
insert and select table columns equal
URL: https://github.com/apache/carbondata/pull/3559#discussion_r363151748
 
 

 ##########
 File path: 
integration/spark2/src/test/scala/org/apache/spark/sql/CarbonAnalysisTest.scala
 ##########
 @@ -0,0 +1,25 @@
+package org.apache.spark.sql
+
+import org.apache.spark.sql.common.util.Spark2QueryTest
+import org.scalatest.BeforeAndAfterAll
+
+class CarbonAnalysisTest extends Spark2QueryTest with BeforeAndAfterAll {
+
+  override def afterAll(): Unit = {
+    sql("DROP TABLE IF EXISTS table1")
+    sql("DROP TABLE IF EXISTS table2")
+  }
+
+  test("test carbon insert and select table column not equal") {
 
 Review comment:
   Please move the test case class: InsertIntoCarbonTableTestCase, no need to 
create new one.  

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


With regards,
Apache Git Services

Reply via email to