Github user kunal642 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2924#discussion_r234093857
  
    --- Diff: 
integration/spark-datasource/src/test/scala/org/apache/spark/sql/carbondata/datasource/SparkCarbonDataSourceTest.scala
 ---
    @@ -1345,6 +1345,15 @@ class SparkCarbonDataSourceTest extends FunSuite 
with BeforeAndAfterAll {
         spark.sql("drop table if exists fileformat_drop_hive")
       }
     
    +  test("validate the columns not present in schema") {
    +    spark.sql("drop table if exists validate")
    --- End diff --
    
    Need to drop table after test case completion. better to add in afterAll() 
too


---

Reply via email to