jack86596 commented on a change in pull request #3664: [CARBONDATA-3740] Add 
line separator option to load command to configure the line separator during 
csv parsing.
URL: https://github.com/apache/carbondata/pull/3664#discussion_r401340621
 
 

 ##########
 File path: 
integration/spark/src/test/scala/org/apache/carbondata/spark/testsuite/dataload/TestLoadOptions.scala
 ##########
 @@ -35,6 +36,15 @@ class TestLoadOptions extends QueryTest with 
BeforeAndAfterAll{
     sql("drop table if exists TestLoadTableOptions")
   }
 
+  override def beforeEach(): Unit = {
+    sql("drop table if exists carriage_return_in_string")
 
 Review comment:
   > other previous test cases before this PR, don't need this table. so adding 
before each is not useful for it.
   > Suggest to keep in inside testcase and combine multiple new test cases.
   
   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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to