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_r288920465
 
 

 ##########
 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 @danny0405 @chunweilei The `taget/fullclasspath.txt` file is created 
while executing `sqlline`.
   If the file exists we can notice user, or create a new file forcibly. I 
think we can create a new `taget/fullclasspath.txt` file forcibly while 
executing `sqlline`, What do you think?

----------------------------------------------------------------
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

Reply via email to