GitHub user jihoonson opened a pull request:
https://github.com/apache/tajo/pull/74
Tajo 837: Register index meta information at Catalog
See the description in TAJO-837
(https://issues.apache.org/jira/browse/TAJO-837).
In this patch, I primarily focused on supporting register/unregister the
index at Catalog.
In addition, some bugs are fixed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jihoonson/tajo-2 TAJO-837
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/74.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 #74
----
commit eb8300d62bc388ea70f2119d389c416987c1c876
Author: Jihoon Son <[email protected]>
Date: 2014-05-22T06:42:46Z
TAJO-836
commit 9180e0cf0b503ed66b8fee380e04557123c9d0e9
Author: Jihoon Son <[email protected]>
Date: 2014-05-22T08:36:18Z
TAJO-836
commit f57c6c4e753eea6e3f37e0342eafe7f4098ccbac
Author: Jihoon Son <[email protected]>
Date: 2014-05-22T08:37:23Z
TAJO-836
commit 4add15a14a2c1b27166ca8735200bf58e51a5305
Author: Jihoon Son <[email protected]>
Date: 2014-05-22T08:41:07Z
TAJO-836
commit 768d08d5cb5b11c42edfef8c22e8a6f6ca0960f0
Author: Jihoon Son <[email protected]>
Date: 2014-06-02T11:28:44Z
Patch rebased against master branch
commit 215d27da8c9786c1ce850a0eabc8172bb0aa8edc
Author: Jihoon Son <[email protected]>
Date: 2014-06-09T05:57:26Z
Rebased against master branch
commit f9e8a147278f95435abf9a7321974ed158e908cf
Author: Jihoon Son <[email protected]>
Date: 2014-06-11T06:37:25Z
Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into
TAJO-836
commit 05f6366786db28c512f38ea5c6b328f673d4e26c
Author: Jihoon Son <[email protected]>
Date: 2014-06-16T00:52:50Z
Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into
TAJO-836
commit 871e3e9b55a991844ee4daef492c41e4e06e688f
Author: Jihoon Son <[email protected]>
Date: 2014-06-16T00:55:17Z
Rename IndexProperties to Properties
commit 98ba688c17aeefcbe0e331290804b49eb9ea78ca
Author: Jihoon Son <[email protected]>
Date: 2014-06-16T12:26:32Z
TAJO-837
commit bdb16c29a5f2419753219fd54568910240338482
Author: Jihoon Son <[email protected]>
Date: 2014-06-17T02:38:19Z
Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into
TAJO-837
commit e3655acab22f3572b0e1931a83b95a93035b86e7
Author: Jihoon Son <[email protected]>
Date: 2014-06-17T11:53:18Z
TAJO-837
commit b2ad29d0cdc6a90f03d2b46eb900022615bf3272
Author: Jihoon Son <[email protected]>
Date: 2014-06-18T02:51:38Z
TAJO-837
commit 8134b548a5f5fd084a56a8618a9bb9620a1ca34a
Author: Jihoon Son <[email protected]>
Date: 2014-06-18T07:48:11Z
TAJO-837
commit ac87e68975c3fa658bf574d3ed0683eaf2f88a8e
Author: Jihoon Son <[email protected]>
Date: 2014-06-18T09:17:41Z
TAJO-837
commit 657b5fc44ac0f61f7b6d71e1879039f030de9771
Author: Jihoon Son <[email protected]>
Date: 2014-06-19T01:08:57Z
Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into
TAJO-837
commit 068e40ad0bb6138c719495e1673a6d4db62a6efd
Author: Jihoon Son <[email protected]>
Date: 2014-06-19T05:35:58Z
TAJO-837
commit 81079f34101fa50f86b31b29af91e9d852d4117a
Author: Jihoon Son <[email protected]>
Date: 2014-07-11T02:56:07Z
TAJO-837
commit 101413e319cd1be0e2570c6759e52d98aee89725
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T04:04:54Z
TAJO-912: Tsql prints wrong version. (Mai Hai Thanh via hyunsik)
commit 29db645ad02067464ed3e9b94b3e62d44ab2adf4
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T05:05:11Z
TAJO-909: {SortBased, Col}PartitionStoreExec should not write partition
keys to files. (Hyoungjun Kim via hyunsik)
Closes #64
commit 52c8600dd59247b9be95f338ade4ea5aee2fba06
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T05:30:38Z
TAJO-913: Add some missed tests for constant value group-by keys.
Closes #60
commit 438010f92bdbde50447d9fbc3438e57ddaff776f
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T05:42:18Z
TAJO-925: Child ExecutionBlock of JOIN node has different number of shuffle
keys. (Hyoungjun Kim via hyunsik)
Closes #61
commit 42f3b4dd8fbf1a5a46a4469c7ac919fb32089225
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T05:48:02Z
TAJO-927: Broadcast Join with Large, Small, Large, Small tables makes a
wrong plan. (Hyoungjun Kim via hyunsik)
Closes #65
commit 329e508caf88b3f75e465581599a255eceabb16a
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T06:13:05Z
TAJO-929: Broadcast join with empty outer join table returns empty result.
(Hyoungjun Kim via hyunsik)
Closes #66
commit 95292d29d96963c769ce2fd17a3350375145683e
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T06:52:59Z
TAJO-934: Multiple DISTINCT returns null grouping key value. (Hyoungjun Kim
via hyunsik)
Closes #63
commit a17bd0f182d5405450b3e47be81f45dd6cdc362e
Author: jinossy <[email protected]>
Date: 2014-07-11T08:05:38Z
TAJO-852: Integration test using HCatalog as a catalog store is failed.
(jinho)
commit c87fe2e8ca135778d3f9c91606bc41c4eb6da5a8
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T09:18:54Z
TAJO-926: Join condition including column references of a row-preserving
table in left outer join causes incorrect result.
Closes #62
commit 9f873b129de3ac0fc8122528b7e10e46406704d1
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-11T11:05:48Z
Fixed a test failure by a non-deterministic query.
commit a88816a7fe406bd866fc144e50c30e82b7214933
Author: Jihoon Son <[email protected]>
Date: 2014-07-11T11:45:47Z
TAJO-837
commit ff4110e68da858ee7190f0703bb30cfca55050d8
Author: Jihoon Son <[email protected]>
Date: 2014-07-11T12:38:05Z
TAJO-837
----
---
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.
---