[GitHub] incubator-carbondata pull request #66: Fixed distinct count query issue in 1...

2016-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/66 --- 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 fe

[jira] [Resolved] (CARBONDATA-6) data mismatch between the carbon Table and Hive Table for columns having empty values for non numeric data type

2016-08-07 Thread Mohammad Shahid Khan (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Shahid Khan resolved CARBONDATA-6. --- Resolution: Implemented The issue is fixed as part of some other issue. Now

[GitHub] incubator-carbondata pull request #65: Fixed aggregate queries with using su...

2016-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/65 --- 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 fe

[jira] [Closed] (CARBONDATA-91) Concurrent query returning empty result

2016-08-07 Thread Mohammad Shahid Khan (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Shahid Khan closed CARBONDATA-91. -- Resolution: Fixed Fixed as part of PR https://github.com/HuaweiBigData/carbon

[jira] [Resolved] (CARBONDATA-133) remove show load and delete load command

2016-08-07 Thread Mohammad Shahid Khan (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Shahid Khan resolved CARBONDATA-133. - Resolution: Duplicate duplicate of PR# https://github.com/HuaweiBigDat

Re: Discussing to add carbondata-tools module

2016-08-07 Thread Raghunandan S
+1 I suggest we separate the tools as usability and Dev/debugging tools Take up the usability tools with highest priority On Mon, 8 Aug 2016 at 10:32 AM, Venkata Gollamudi wrote: > +1 > These list looks like both user needed tools for maintenance and dev tools. > Mostly they can be separated. >

Re: Discussing to add carbondata-tools module

2016-08-07 Thread Venkata Gollamudi
+1 These list looks like both user needed tools for maintenance and dev tools. Mostly they can be separated. On Fri, Aug 5, 2016, 6:03 PM 金铸 wrote: > +1 > > > 在 2016/8/5 17:15, Jean-Baptiste Onofré 写道: > > I guess it's where we can put the checkstyle, ... (what we have in the > > dev folder righ

[GitHub] incubator-carbondata pull request #66: Fixed distinct count query issue in 1...

2016-08-07 Thread ravipesala
GitHub user ravipesala opened a pull request: https://github.com/apache/incubator-carbondata/pull/66 Fixed distinct count query issue in 1.6.2 Distinct count queries like below are fixed in spark version 1.6.2 `select count(imei), count(distinct(imei)) from table1` This

[GitHub] incubator-carbondata pull request #65: Fixed aggregate queries with using su...

2016-08-07 Thread ravipesala
GitHub user ravipesala opened a pull request: https://github.com/apache/incubator-carbondata/pull/65 Fixed aggregate queries with using subqueries in Spark 1.6.2 Queries using aggregates and sub queries like below are not working with Spark 1.6.2 `select Min(imei) from (select i