Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1990#discussion_r173706497 --- 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 -- you mean in other class?
---