wangzzu commented on a change in pull request #1236: [CALCITE-3092] Improve the
command for building calcite project in tutorial.md
URL: https://github.com/apache/calcite/pull/1236#discussion_r288933534
##########
File path: site/_docs/tutorial.md
##########
@@ -58,7 +58,7 @@ You need Java (version 8, 9 or 10) and git.
{% highlight bash %}
$ git clone https://github.com/apache/calcite.git
$ cd calcite
-$ ./mvnw install -DskipTests -Dcheckstyle.skip=true
+$ ./mvnw clean install -DskipTests -Dcheckstyle.skip=true
$ cd example/csv
Review comment:
@vlsi I agree with you, it's not necessary to execute `clean` for every
build or update the `taget/fullclasspath.txt` for every time while executing
`sqlline`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services