[GitHub] carbondata pull request #1075: [WIP] Datamap implementation for Blocklet.

2017-06-27 Thread ravipesala
Github user ravipesala closed the pull request at: https://github.com/apache/carbondata/pull/1075 --- 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

[GitHub] carbondata pull request #1075: [WIP] Datamap implementation for Blocklet.

2017-06-24 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1075#discussion_r123874719 --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/UnsafeMemoryDMStore.java --- @@ -0,0 +1,207 @@ +/* + * Licensed to the

[GitHub] carbondata pull request #1075: [WIP] Datamap implementation for Blocklet.

2017-06-24 Thread chenliang613
Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1075#discussion_r123874656 --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/AbstractTableDataMap.java --- @@ -26,28 +27,28 @@ * DataMap at the table

[GitHub] carbondata pull request #1075: [WIP] Datamap implementation for Blocklet.

2017-06-21 Thread ravipesala
GitHub user ravipesala opened a pull request: https://github.com/apache/carbondata/pull/1075 [WIP] Datamap implementation for Blocklet. Bypassed btree implementations and used datamap to get the pruned blocklets. Only driver side datamap is maintained and all required information