Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1770#discussion_r161228361
--- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/dblocation/DBLocationCarbonTableTestCase.scala ---
@@ -44,6 +44,24 @@ class DBLocationCarbonTableTestCase extends QueryTest with BeforeAndAfterAll {
sql("drop database if exists carbon cascade")
}
+ //TODO fix this test case
+ test("Update operation on carbon table with insert into") {
--- End diff --
yes, I think this testcase fails sometimes because of the order, I change the order of the testcase to avoid the failure.
---