GitHub user SteNicholas opened a pull request:
https://github.com/apache/carbondata/pull/2969
[CARBONDATA-3127]Fix the TestCarbonSerde exception
[CARBONDATA-3127]Hive module test case has been commented off,can' t run.
This pull request fix TestCarbonSerde test case exception with maven
compile.Method called deserializeAndSerializeLazySimple of TestCarbonSerde
class calls the interface called serializeStartKey which is not exsit in
CarbonHiveSerDe class.Just modify replace deserializeAndSerializeLazySimple
with deserialize and remove comments of TestCarbonSerde.
- [x] Any interfaces changed?
No
- [x] Any backward compatibility impacted?
No
- [x] Document update required?
No
- [x] Testing done
Modify TestCarbonSerde test
- [x] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SteNicholas/carbondata CARBONDATA-3127
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2969.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 #2969
----
commit b53a09c3e76442ebfb868104478a31cca8b23c52
Author: Nicholas Jiang <programgeek@...>
Date: 2018-11-27T06:51:56Z
update maven profile
commit 06bce3309ded88a9551371a19b3979c6e9ace66d
Author: Nicholas Jiang <programgeek@...>
Date: 2018-11-27T06:57:59Z
update maven profile
commit 45b3f9cab524188751bbf2c6ec87dd3db4457990
Author: Nicholas Jiang <programgeek@...>
Date: 2018-12-01T12:07:57Z
merge master branch
commit c13e8e3309fa1a09e26437085cab33ddb65dfc01
Author: Nicholas Jiang <programgeek@...>
Date: 2018-12-01T12:11:48Z
merge master branch
commit ceeab809493623f92f0166ae1a32424221ea21e0
Author: Nicholas Jiang <programgeek@...>
Date: 2018-12-02T01:06:21Z
update TestCarbonSerde test
----
---