Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/954#discussion_r118870847
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonCatalystOperators.scala
---
@@ -86,6 +87,29 @@ case class ShowLoadsCommand(dat
Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/954#discussion_r118870746
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/parser/CarbonSpark2SqlParser.scala
---
@@ -78,6 +80,128 @@ class CarbonSpark2SqlPars
Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/954#discussion_r118870649
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/optimizer/CarbonLateDecodeRule.scala
---
@@ -113,6 +114,25 @@ class CarbonLateDecode
Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/954#discussion_r118870584
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonAnalysisRules.scala
---
@@ -73,3 +78,136 @@ object CarbonPreInsertionCast
Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/954#discussion_r118870355
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/IUDCommands.scala
---
@@ -0,0 +1,857 @@
+/*
+ * Licensed t
Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/954#discussion_r118870127
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/iud/UpdateCarbonTableTestCase.scala
---
@@ -0,0 +1,393 @
Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/954#discussion_r118870085
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/iud/DeleteCarbonTableTestCase.scala
---
@@ -0,0 +1,131 @
GitHub user ravikiran23 opened a pull request:
https://github.com/apache/carbondata/pull/954
[WIP] IUD support in 2.1
1. supporting IUD feature in 2.1 spark.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ravikiran23/incubator-ca