[jira] [Created] (CARBONDATA-551) Implement unit test cases for classes in processing package

2016-12-21 Thread Anurag Srivastava (JIRA)
Anurag Srivastava created CARBONDATA-551: Summary: Implement unit test cases for classes in processing package Key: CARBONDATA-551 URL: https://issues.apache.org/jira/browse/CARBONDATA-551

Re: Greater than/less-than/Like filters optmization

2016-12-21 Thread Kumar Vishal
Hi Sujith, +1 I think this will be a good optimization for dictionary column. -Regards Kumar Vishal On Mon, Dec 12, 2016 at 3:26 AM, sujith chacko wrote: > Hi All, > > I am having a suggestion for improving the filter queries which require > expression evaluation

[jira] [Created] (CARBONDATA-550) Add unit test cases for Bigint, Big decimal value compression

2016-12-21 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-550: Summary: Add unit test cases for Bigint, Big decimal value compression Key: CARBONDATA-550 URL: https://issues.apache.org/jira/browse/CARBONDATA-550 Project:

[jira] [Created] (CARBONDATA-549) code improvement for bigint compression

2016-12-21 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-549: Summary: code improvement for bigint compression Key: CARBONDATA-549 URL: https://issues.apache.org/jira/browse/CARBONDATA-549 Project: CarbonData Issue

[jira] [Created] (CARBONDATA-548) Miscellaneous code improvements

2016-12-21 Thread Jihong MA (JIRA)
Jihong MA created CARBONDATA-548: Summary: Miscellaneous code improvements Key: CARBONDATA-548 URL: https://issues.apache.org/jira/browse/CARBONDATA-548 Project: CarbonData Issue Type:

Re: same query and I change the value than throw a error

2016-12-21 Thread Liang Chen
Hi Are you using hive client to run sql to query carbon table ? jdbc:hive2://172.12.1.24:1> select * from hotel_event_2 where c1 = "key_label_1_10" and c3 > "2005-11-18 00:28:02"; Regards Liang sailingYang wrote > hi I use

Re: carbondata Indenpdent reader

2016-12-21 Thread ffpeng90
Thanks for your reply. I have got the point of "storepath" and can access the data stored on hdfs. Here is some details of Question4: I have a table "SampleA" generated by carbon-spark plugin. This table contains 3 rows, 4 columns. Now i try to extract data from this table with Query "Select *