GitHub user rahulforallp opened a pull request:
https://github.com/apache/carbondata/pull/2292
[CARBONDATA-2467] sdk writer log shouldnot print null
**issue :** Logger prints the threadname along with log. In case of sdk
writer we are assigning null for dbname and table name and table name is used
to assign the thread name in CarbonTableOutputFormat and
DataWriterProcessStepImpl. which leads to add null in many logs.
**Solution :** assign empty string instead of null
- [ ] Any interfaces changed? NO
- [ ] Any backward compatibility impacted? NO
- [ ] Document update required? No
- [ ] Testing done UT and sdv success report is sufficient
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA. NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rahulforallp/incubator-carbondata
CARBONDATA-2467
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2292.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 #2292
----
commit 71f658a8ae5c7ff924f10205b036490f0bccf943
Author: rahulforallp <rahul.kumar@...>
Date: 2018-05-10T09:07:44Z
[CARBONDATA-2467] sdk writer log shouldnot print null
----
---