GitHub user SteNicholas opened a pull request:
https://github.com/apache/carbondata/pull/2954
[CARBONDATA-3128]HiveExample has some exception
[CARBONDATA-3128]HiveExample has some exception
This pull request fix HiveExample exception with different spark
versions.When through intellij idea running HiveExample exception with
spark-2.1 or spark-2.3 profile,just update pom.xml of
parent,integration/spark2,integration/spark-datasource.
- [ ] Any interfaces changed?
No
- [ ] Any backward compatibility impacted?
No
- [ ] Document update required?
No
- [ ] Testing done
No
- [ ] 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-3128
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2954.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 #2954
----
commit b53a09c3e76442ebfb868104478a31cca8b23c52
Author: Nicholas Jiang <programgeek@...>
Date: 2018-11-27T06:51:56Z
update maven profile
commit 421c244f9197276b994c36bd2927eda88f2b5c34
Author: Nicholas Jiang <programgeek@...>
Date: 2018-11-27T07:00:09Z
update maven profile
----
---