Github user zzcclp commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2943#discussion_r235773522
--- Diff: datamap/mv/core/pom.xml ---
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-parent</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1</version>
--- End diff --
The package version you downloaded is from a tag, not from branch-1.5.
the version of all modules on branch-1.5 is 1.5.2-SNAPSHOT, when to be
released, version manager will change version to 1.5.1 to tag a version package.
---