GitHub user ravikiran23 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/492
[CARBONDATA-440] Providing the update and delete support for carbon data.
Please refer the Jira issue : CARBONDATA-440.
This PR handles the sub tasks from CARBONDATA-499 to CARBONDATA-510
update and delete DDL's have been added.
update Country set (population) = (population + 150)
delete from countryTable where country IN ('india', 'china')
pending : DDL commands document needs to be updated with examples.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sraghunandan/incubator-carbondata IUD_rebased
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/492.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #492
----
commit 53319769aad5f3b811aba3166ed4637010ad1234
Author: vinodkc <[email protected]>
Date: 2016-12-30T08:49:16Z
IUD Update and delete DML support
commit b1f7ae8d83f44a63c0e332b7d63e9bc9e6d37634
Author: nareshpr <[email protected]>
Date: 2016-12-30T13:14:39Z
IUD implicit tupleid
commit d6ec4fa164e11545bad3c4b20c10d537dc8d147e
Author: ravikiran23 <[email protected]>
Date: 2017-01-02T05:47:24Z
IUD update flow support
commit 28a9c40914e3b0ca08a585bef6a19d05a197188e
Author: ManoharVanam <[email protected]>
Date: 2017-01-02T05:53:34Z
IUD delete flow support
commit d861fc61ebfabda629c1e37a285eb07711472be3
Author: sounakr <[email protected]>
Date: 2017-01-02T05:58:35Z
IUD horizontal compaction of update and delete delta files support
commit 192b715325101aa780a08e9fede78845aa192c4a
Author: sujith71955 <[email protected]>
Date: 2017-01-02T06:00:59Z
IUD query flow support for update and delete delta files
commit 4d4d71e4b43417b7af7b05ea92166375fa963cdf
Author: Venkata Ramana G <[email protected]>
Date: 2017-01-02T06:11:37Z
IUD Integration to query flow
commit 374c03e9a26bd04649c055c5ecdaa34ad09327a5
Author: sounakr <[email protected]>
Date: 2017-01-02T07:06:11Z
IUD horizontal compaction of update and delete delta files support
commit 3084d2e3a1cef94831d3cb1ca90db4742091cbee
Author: sraghunandan <[email protected]>
Date: 2017-01-02T07:34:47Z
IUD checkstyle and scalasytle fixes
commit 9a1bfa7fa4417767b157cf881ecfc12bb242940e
Author: sounakr <[email protected]>
Date: 2017-01-02T16:39:30Z
corrected the IUD query processing flow
commit 5dc46a386725cfb40019e7757887774291bbff99
Author: ravikiran23 <[email protected]>
Date: 2017-01-02T16:41:27Z
corrected IUD test cases
commit c631e4e88b5dce845b9d50cc60c5db9e1238b127
Author: Manohar Vanam <[email protected]>
Date: 2017-01-02T16:42:50Z
corrected IUD test cases
commit 9d635b0334b74763565291e20a0e093e4bed32bb
Author: ravikiran <[email protected]>
Date: 2017-01-03T16:57:17Z
rebased with latest code.
commit b2bf2f2ff9e707e92b2dd79924870fb7edcaa30a
Author: ravikiran <[email protected]>
Date: 2017-01-03T19:30:01Z
correcting rebase error.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---