You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2017/04/28 05:28:45 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-781] Reuse SegmentProperties object when schema is the same in table level to reduce the memory This closes #659

[CARBONDATA-781] Reuse SegmentProperties object when schema is the same in table level to reduce the memory  This closes #659


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/b728b8f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/b728b8f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/b728b8f9

Branch: refs/heads/master
Commit: b728b8f9408e868d782c0b26bf499fea76b7f7e8
Parents: 58be73f 33a3858
Author: jackylk <ja...@huawei.com>
Authored: Thu Apr 27 22:28:17 2017 -0700
Committer: jackylk <ja...@huawei.com>
Committed: Thu Apr 27 22:28:17 2017 -0700

----------------------------------------------------------------------
 .../core/datastore/SegmentTaskIndexStore.java   | 61 +++++++++++++++++++-
 .../core/datastore/block/SegmentTaskIndex.java  | 10 ++--
 .../schema/table/column/ColumnSchema.java       | 10 +++-
 .../datastore/block/SegmentTaskIndexTest.java   |  4 +-
 4 files changed, 76 insertions(+), 9 deletions(-)
----------------------------------------------------------------------