You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/05/30 08:22:59 UTC

[GitHub] [calcite] wangzzu commented on a change in pull request #1236: [CALCITE-3092] Improve the command for building calcite project in tutorial.md

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_r288901358
 
 

 ##########
 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:
   You can see the code in `sqlline`.
   If we do not use `clean`, it will use old `taget/fullclasspath.txt`(this file includes the dependencies the project will use), it will throws some errors while executing `sqlline` in some cases(for example: the Calcite project add a new adapter).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services