GitHub user mohammadshahidkhan opened a pull request:
https://github.com/apache/incubator-carbondata/pull/148
[CARBONDATA-233] bad record logger support for non parseable numeric and
timestamp type data
# **Why raise this pr?**
Currently non parseable numeric data we were storing as null.
So the stored data was giving the right picture of the actual data.
# **How to resolve?**
Instead of changing the wrong data to null we have tell to the user which
data is wrong in a log file.
We will provide an option "bad_records_logger_enable" to be set to enable
the bad-record logging while data load. default is false.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mohammadshahidkhan/incubator-carbondata
bad_record_logger
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/148.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 #148
----
commit dc6197f1a443cacd6276aaf7f4b38c30f25768be
Author: mohammadshahidkhan <[email protected]>
Date: 2016-09-11T21:05:17Z
[CARBONDATA-233] bad record logger support for non parseable numeric and
timestamp 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 [email protected] or file a JIRA ticket
with INFRA.
---