[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

[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

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

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