[GitHub] incubator-carbondata pull request #99: [CARBONDATA-184] Fixed special char d...

2016-08-26 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #99: [CARBONDATA-184] Fixed special char d...

2016-08-26 Thread nareshpr
GitHub user nareshpr opened a pull request:

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

[CARBONDATA-184] Fixed special char delimiter for complex data.

Reason : When complex types data is having ^ delimiter, data is not getting 
loaded properly. When the data is queried, output is NULL
eg: array and complex data level1 delimiter is '^' 
actual data is 
john^carter^justin
data is not getting split and not getting loaded & when queried, its give 
NULL value.

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

$ git pull https://github.com/nareshpr/incubator-carbondata 
complexdataspecialdelimitersupport

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

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


commit 03b744827480c096a9036ec56baec41d382ef5b1
Author: nareshpr 
Date:   2016-08-26T09:10:27Z

Fixed special char delimiter for complex data.




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