GitHub user BJangir opened a pull request:
https://github.com/apache/carbondata/pull/2224
[CARBONDATA-2393]TaskNo is not working for SDK
Issue:- Task No is not getting reflected in the Carbon Data file and in
index file .
Cause :- Task No is getting overwritten in CarbonTableOutputformate even
CarbonModel have taskNo.
Solution :- if CarbomModel has taskNo then no need to overwrite .
- [ ] Any interfaces changed?
NO
- [ ] Any backward compatibility impacted?
NO
- [ ] Document update required?
NO
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
added TestCase
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
- [ ] 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/BJangir/incubator-carbondata CARBONDATA-2393
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2224.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 #2224
----
commit 6b19070ddcf632583b041fa7bee4111aaa3dc32e
Author: BJangir <babulaljangir111@...>
Date: 2018-04-24T14:42:54Z
[CARBONDATA-2393] TaskNo is not working for SDK
----
---