[GitHub] incubator-carbondata pull request #200: [CARBONDATA-276]add trim option

2016-09-30 Thread lion-x
Github user lion-x commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/200#discussion_r81306658 --- Diff: hadoop/src/test/java/org/apache/carbondata/hadoop/test/util/StoreCreator.java --- @@ -465,6 +466,7 @@ private static void

[GitHub] incubator-carbondata pull request #189: [CARBONDATA-267] Set block_size for ...

2016-09-30 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/189#discussion_r81299063 --- Diff: format/src/main/thrift/schema.thrift --- @@ -124,6 +124,7 @@ struct TableSchema{ 1: required string table_id; // ID

[jira] [Created] (CARBONDATA-281) improve the test cases in LCM module.

2016-09-30 Thread ravikiran (JIRA)
ravikiran created CARBONDATA-281: Summary: improve the test cases in LCM module. Key: CARBONDATA-281 URL: https://issues.apache.org/jira/browse/CARBONDATA-281 Project: CarbonData Issue Type:

[GitHub] incubator-carbondata pull request #205: [CARBONDATA-281]Vt enhancement for t...

2016-09-30 Thread ravikiran23
GitHub user ravikiran23 opened a pull request: https://github.com/apache/incubator-carbondata/pull/205 [CARBONDATA-281]Vt enhancement for the Life cycle management module why raise this PR ? Improving the test cases for the LCM module. Test cases for the scenarios like :

[GitHub] incubator-carbondata pull request #189: [CARBONDATA-267] Set block_size for ...

2016-09-30 Thread sujith71955
Github user sujith71955 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/189#discussion_r81310297 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala --- @@ -419,6 +420,7 @@ class

Abstracting CarbonData's Index Interface

2016-09-30 Thread Jacky Li
Hi community, Currently CarbonData have builtin index support which is one of the key strength of CarbonData. Using index, CarbonData can do very fast filter query by filtering on block and blocklet level. However, it also introduces memory consumption of the index tree and impact first query