Matt Wang created CALCITE-3092:
----------------------------------
Summary: improvement the command for building calcite project in
tutorial.md
Key: CALCITE-3092
URL: https://issues.apache.org/jira/browse/CALCITE-3092
Project: Calcite
Issue Type: Improvement
Components: site
Affects Versions: 1.19.0
Reporter: Matt Wang
Assignee: Matt Wang
Fix For: next
the command for building Calcite project is:
{code:java}
$ ./mvnw install -DskipTests -Dcheckstyle.skip=true
{code}
but it miss `_clean_`.
if you use `_./sqlline_` command to connect to Calcite, it maybe use old
`_taget/fullclasspath.txt`,_ could bring some errors.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)