GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/601
TAJO-1644: When inserting empty data into a partitioned table, existing
data would be removed.
When inserting empty data into a partitioned table, existing data would be
removed. Tajo provides column value partition which is hive-style partition. In
hive, when inserting empty data into a partition, there are two cases. If you
use dynamic partitions, existing data never would be removed. But if you don't
use dynamic partitions, existing data would be removed. When inserting a data
to partition, tajo user don't specify each column and each column value. So, it
is similar to dynamic partition of hive. It seems to update deletion logic of
partitioned table.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1644
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/601.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 #601
----
commit 67f818e23e82099a4dd84f8deb21f9008c912faf
Author: JaeHwa Jung <[email protected]>
Date: 2015-06-15T22:47:53Z
TAJO-1644: When inserting empty data into a partitioned table, existing
data would be removed.
commit 74c3e29bae6cba30dec33bf19f61af8141ab2dd4
Author: JaeHwa Jung <[email protected]>
Date: 2015-06-15T22:49:14Z
Remove unnecessary packages.
----
---
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.
---