Github user akashrn5 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1990#discussion_r173064349
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/standardpartition/StandardPartitionBadRecordLoggerTest.scala
---
@@ -53,8 +47,7 @@ class StandardPartitionBadRecordLoggerTest extends
QueryTest with BeforeAndAfter
" ',', 'QUOTECHAR'= '\"')")
checkAnswer(
sql("select count(*) from sales"),
- Seq(Row(2)
--- End diff --
can move checkAnswer to single line in all places
---