vlsi 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_r288922072
##########
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:
Note: not everybody uses sqlline. Adding "clean" for every build would
severely impact build duration, so it looks like an overkill.
As for me, the proper solution would be
https://issues.apache.org/jira/browse/CALCITE-2905
----------------------------------------------------------------
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