Github user mohammadshahidkhan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1770#discussion_r161200792
--- 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 --
I think here only the method got placed from one place to another no code
change
---