Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1839#discussion_r164339708
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/iud/HorizontalCompactionTestCase.scala
---
@@ -360,6 +393,8 @@ class HorizontalCompactionTestCase extends QueryTest
with BeforeAndAfterAll {
CarbonProperties.getInstance()
.addProperty(CarbonCommonConstants.isHorizontalCompactionEnabled ,
"true")
sql("""drop table if exists t_carbn01""")
+ sql("""drop table if exists customer1""")
+
--- End diff --
Remove extra line
---