Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2955#discussion_r236563388
--- Diff: build/README.md ---
@@ -29,10 +29,40 @@ Build with different supported versions of Spark, by
default using Spark 2.2.1 t
```
mvn -DskipTests -Pspark-2.1 -Dspark.version=2.1.0 clean package
mvn -DskipTests -Pspark-2.2 -Dspark.version=2.2.1 clean package
+mvn -DskipTests -Pspark-2.3 -Dspark.version=2.3.2 clean package
```
Note: If you are working in Windows environment, remember to add
`-Pwindows` while building the project.
+## MV Feature Build
--- End diff --
no need so lone describe, only add `-Pmv` , for example:If you want to use
MV, remember to add `-Pmv ` while building the project.
---