Github user gvramana commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1432#discussion_r150862967
--- Diff:
integration/spark2/src/test/scala/org/apache/carbondata/spark/testsuite/booleantype/BooleanDataTypesInsertTest.scala
---
@@ -945,4 +948,41 @@ class BooleanDataTypesInsertTest extends QueryTest
with BeforeAndAfterEach with
)
}
+ test("Inserting table with bad records, and SORT_COLUMNS is boolean
column") {
+
CarbonProperties.getInstance().addProperty(CarbonCommonConstants.ENABLE_AUTO_LOAD_MERGE,
"true")
--- End diff --
How is this test related to comments?
---