[GitHub] incubator-carbondata pull request #690: [CARBONDATA-811] Refactor dictionary...

2017-03-23 Thread thotasrinath
GitHub user thotasrinath opened a pull request:

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

[CARBONDATA-811] Refactor dictionary based result collector class.

Initialization of variables is moved to constructor. So that initialization 
is done only once on object creation instead of running a business logic.

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

$ git pull https://github.com/thotasrinath/incubator-carbondata 
ResultCollectorClassOptimization

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

https://github.com/apache/incubator-carbondata/pull/690.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 #690


commit 542fcb921ac32eeb8b26e484dbd60b9b5fb16e8c
Author: thotasrinath <srinath.th...@outlook.com>
Date:   2017-03-23T13:44:13Z

Refactor dictionary based result collector class.
Initialization of variables is moved to constructor. So that initialization 
is done only once on object creation instead of running a business logic.




---
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 #688: [CARBONDATA-811] Refactor result col...

2017-03-23 Thread thotasrinath
Github user thotasrinath closed the pull request at:

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


---
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 #688: [CARBONDATA-811] Refactor result col...

2017-03-23 Thread thotasrinath
GitHub user thotasrinath opened a pull request:

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

[CARBONDATA-811] Refactor result collector class

**Problem**: For each batch result collector class is filling all the class 
level variable this may hit the performance
**Solution**: fill it in constructor, so only once it will be initialize.

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

$ git pull https://github.com/thotasrinath/incubator-carbondata 
RefactorResultCollectorClass

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

https://github.com/apache/incubator-carbondata/pull/688.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 #688


commit 093609eb361172d882f994ab2b175aa44d98be31
Author: Srinath Thota <srinath.th...@outlook.com>
Date:   2017-03-23T11:47:57Z

[CARBONDATA-801] Examples syntax fix

commit 979e0a0ffb9baec45bcc5b5f69caf9ef071ec328
Author: thotasrinath <srinath.th...@outlook.com>
Date:   2017-03-23T12:27:47Z

Refactor Dictionary based Result Collector Class




---
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 #687: [CARBONDATA-801] Examples syntax fix

2017-03-23 Thread thotasrinath
GitHub user thotasrinath opened a pull request:

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

[CARBONDATA-801] Examples syntax fix

Updated the document as per the supported syntax.

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

$ git pull https://github.com/thotasrinath/incubator-carbondata master

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

https://github.com/apache/incubator-carbondata/pull/687.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 #687


commit 093609eb361172d882f994ab2b175aa44d98be31
Author: Srinath Thota <srinath.th...@outlook.com>
Date:   2017-03-23T11:47:57Z

[CARBONDATA-801] Examples syntax fix




---
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.
---