ajantha-bhat 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_r400681109
##########
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.
----------------------------------------------------------------
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