[GitHub] incubator-carbondata issue #715: [CARBONDATA-782]support SORT_COLUMNS

2017-03-31 Thread zzcclp
Github user zzcclp commented on the issue: https://github.com/apache/incubator-carbondata/pull/715 @QiangCai @jackylk will this pr be merged into branch master? --- 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

[jira] [Assigned] (CARBONDATA-843) null pointer exception is thrown when floor operation is done on decimal column

2017-03-31 Thread Akash R Nilugal (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash R Nilugal reassigned CARBONDATA-843: -- Assignee: Akash R Nilugal > null pointer exception is thrown when floor

[GitHub] incubator-carbondata issue #718: [CARBONDATA-843]null pointer exception was ...

2017-03-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/718 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1399/ --- If your project is set up for it, you can reply to this email and

[jira] [Created] (CARBONDATA-843) null pointer exception is thrown when floor operation is done on decimal column

2017-03-31 Thread Akash R Nilugal (JIRA)
Akash R Nilugal created CARBONDATA-843: -- Summary: null pointer exception is thrown when floor operation is done on decimal column Key: CARBONDATA-843 URL: https://issues.apache.org/jira/browse/CARBONDATA-843

[GitHub] incubator-carbondata issue #717: [CARBONDATA-839] Fixed issue with meta lock...

2017-03-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/717 Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1398/ --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-carbondata pull request #717: [CARBONDATA-839] Fixed issue with me...

2017-03-31 Thread kunal642
GitHub user kunal642 opened a pull request: https://github.com/apache/incubator-carbondata/pull/717 [CARBONDATA-839] Fixed issue with meta lock not getting deleted for rename table The following things are fixed in this patch: 1. Meta lock location has been changed from

[GitHub] incubator-carbondata issue #715: [CARBONDATA-782]support SORT_COLUMNS

2017-03-31 Thread QiangCai
Github user QiangCai commented on the issue: https://github.com/apache/incubator-carbondata/pull/715 done --- 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,

[jira] [Created] (CARBONDATA-842) when SORT_COLUMN is empty, no need to sort data.

2017-03-31 Thread QiangCai (JIRA)
QiangCai created CARBONDATA-842: --- Summary: when SORT_COLUMN is empty, no need to sort data. Key: CARBONDATA-842 URL: https://issues.apache.org/jira/browse/CARBONDATA-842 Project: CarbonData

[jira] [Created] (CARBONDATA-841) improve the compress encoding for numeric type column to give good performance

2017-03-31 Thread QiangCai (JIRA)
QiangCai created CARBONDATA-841: --- Summary: improve the compress encoding for numeric type column to give good performance Key: CARBONDATA-841 URL: https://issues.apache.org/jira/browse/CARBONDATA-841

[GitHub] incubator-carbondata issue #715: [CARBONDATA-782]support SORT_COLUMNS

2017-03-31 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/715 Can you add the on-going JIRA for this feature, in the CARBONDATA-782 JIRA others LGTM --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-carbondata issue #716: [CARBONDATA-840][WIP] improve limit query p...

2017-03-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/716 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1397/ --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-carbondata issue #716: [CARBONDATA-840][WIP] improve limit query p...

2017-03-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/716 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1396/ --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-carbondata issue #716: [CARBONDATA-840][WIP] improve limit query p...

2017-03-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/716 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1395/ --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-carbondata issue #716: [CARBONDATA-840][WIP] improve limit query p...

2017-03-31 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/716 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1393/ --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-carbondata pull request #716: [CARBONDATA-840][WIP] improve limit ...

2017-03-31 Thread lionelcao
GitHub user lionelcao opened a pull request: https://github.com/apache/incubator-carbondata/pull/716 [CARBONDATA-840][WIP] improve limit query performance [Group By] Currently limit query will still scan all data first and limit in the last step. In carbon we can convert limit to

[jira] [Created] (CARBONDATA-840) Limit query performance optimization [Group By]

2017-03-31 Thread Cao, Lionel (JIRA)
Cao, Lionel created CARBONDATA-840: -- Summary: Limit query performance optimization [Group By] Key: CARBONDATA-840 URL: https://issues.apache.org/jira/browse/CARBONDATA-840 Project: CarbonData