[GitHub] incubator-carbondata issue #438: [CARBONDATA-432]added code for input metric...

2017-03-04 Thread ashokblend
Github user ashokblend commented on the issue:

https://github.com/apache/incubator-carbondata/pull/438
  
Its rebased, please review it.


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata issue #429: [CARBONDATA-530]Modified optimizer to place...

2016-12-21 Thread ashokblend
Github user ashokblend commented on the issue:

https://github.com/apache/incubator-carbondata/pull/429
  
@jackylk  is there any way to get build url for spark-2.0 as we have for 
spark-1.5


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata pull request #429: [CARBONDATA-530]Modified optimizer t...

2016-12-13 Thread ashokblend
GitHub user ashokblend opened a pull request:

https://github.com/apache/incubator-carbondata/pull/429

[CARBONDATA-530]Modified optimizer to place decoder on top of limit.

**Problem**
While optimizing plan of query which is having order by and limit, we put 
outer decoder below limit. Because of this spark is not able to optimize the 
plan.

**Solution**
We need to optimize the plan in such a way that outer decoder comes on top 
of limit. as given below


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ashokblend/incubator-carbondata limit_decoder

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/429.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #429


commit 1fc60fc56807307527bbccfe322a9f95b14c0a07
Author: ashok.blend <ashok.bl...@gmail.com>
Date:   2016-12-13T11:54:30Z

modified optimizer to place decoder on top of limit.




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata issue #388: [CARBONDATA-431]bigdecimal compression.

2016-12-12 Thread ashokblend
Github user ashokblend commented on the issue:

https://github.com/apache/incubator-carbondata/pull/388
  
review comments are handled, please check


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata pull request #425: [CARBONDATA-429][WIP]reduce the no o...

2016-12-12 Thread ashokblend
GitHub user ashokblend opened a pull request:

https://github.com/apache/incubator-carbondata/pull/425

[CARBONDATA-429][WIP]reduce the no of of io operation being done for 
dictionary.

**Problem**
Every single query is triggered by user, carbon does an io operation for 
all dictionary column to check if its dictionary meta is modified. 
**Solution**
This PR will try to reduce the no of IO operation done for above mentioned 
problem. Idea behind solution is, check for modification of dictionary meta 
only if table has been loaded with new segment.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ashokblend/incubator-carbondata dictmetacache

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/425.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #425


commit 747d35337f34ef252f2884f0616dd89eb8957d88
Author: ashok.blend <ashok.bl...@gmail.com>
Date:   2016-12-13T01:30:10Z

reduce the no of of io operation being done for dictionary.
Idea is, check is table is modified then only tries to reload the cache.




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata issue #285: [WIP]Insert into carbon table feature

2016-12-05 Thread ashokblend
Github user ashokblend commented on the issue:

https://github.com/apache/incubator-carbondata/pull/285
  
closing this pr as another pr is merged. pr#366


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata pull request #285: [WIP]Insert into carbon table featur...

2016-12-05 Thread ashokblend
Github user ashokblend closed the pull request at:

https://github.com/apache/incubator-carbondata/pull/285


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata pull request #388: [WIP]bigdecimal compression.

2016-12-03 Thread ashokblend
GitHub user ashokblend opened a pull request:

https://github.com/apache/incubator-carbondata/pull/388

[WIP]bigdecimal compression.

This pr will do compression for bigdecimal data type as carbon does for 
double datatype. It is in progress.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ashokblend/incubator-carbondata 
bigdecimal_compression

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/388.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #388


commit 0515b412d437611602885ffe322d2751d0494d59
Author: ashok.blend <ashok.bl...@gmail.com>
Date:   2016-12-03T21:05:38Z

bigdecimal compression.




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata issue #366: [CARBONDATA-368]Insert into carbon table fe...

2016-12-01 Thread ashokblend
Github user ashokblend commented on the issue:

https://github.com/apache/incubator-carbondata/pull/366
  
rebase done. please merge it.


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata issue #304: [WIP]Fixed issue with coalasce function.

2016-12-01 Thread ashokblend
Github user ashokblend commented on the issue:

https://github.com/apache/incubator-carbondata/pull/304
  
Closing this, as its not required here.


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata pull request #304: [WIP]Fixed issue with coalasce funct...

2016-12-01 Thread ashokblend
Github user ashokblend closed the pull request at:

https://github.com/apache/incubator-carbondata/pull/304


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata issue #366: [CARBONDATA-368]Insert into carbon table fe...

2016-11-29 Thread ashokblend
Github user ashokblend commented on the issue:

https://github.com/apache/incubator-carbondata/pull/366
  
i have removed changes in pom.xml, but before merging we need to deploy 
carbon-format as there is change in schema.thrift.


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata pull request #366: [WIP]Insert into carbon table new

2016-11-28 Thread ashokblend
GitHub user ashokblend opened a pull request:

https://github.com/apache/incubator-carbondata/pull/366

[WIP]Insert into carbon table new

**Problem**
If user wants to load data from other table, carbon doesn't support this.

**Solution**
User will be able to load data in carbon table from other table.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ashokblend/incubator-carbondata 
insertintocarbontable

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/366.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #366


commit 0d2ed4d587738bd4dc52f206c2b9125c3ae32d2c
Author: ashok.blend <ashok.bl...@gmail.com>
Date:   2016-11-29T05:20:45Z

Insert into carbon table new




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-carbondata pull request #338: [WIP]Implement BigInt value compress...

2016-11-21 Thread ashokblend
GitHub user ashokblend opened a pull request:

https://github.com/apache/incubator-carbondata/pull/338

[WIP]Implement BigInt value compression

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the PR title is formatted like:
   `[CARBONDATA-] Description of pull request`
 - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
   Travis-CI on your fork and ensure the whole test matrix passes).
 - [ ] Replace `` in the title with the actual Jira issue
   number, if there is one.
 - [ ] If this contribution is large, please file an Apache
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).
 - [ ] Testing done
 
Please provide details on 
- Whether new unit test cases have been added or why no new tests 
are required?
- What manual testing you have done?
- Any additional information to help reviewers in testing this 
change.
 
 - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 
 
---



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ashokblend/incubator-carbondata 
bigintcompression

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/338.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #338


commit 32f7a4c2a4d3a7b864121030505e7ee90c039372
Author: Ashok Kumar <ashok.bl...@gmail.com>
Date:   2016-07-23T19:13:58Z

Implement BigInt value compression




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---