Stamatis Zampetakis created CALCITE-7625:
--------------------------------------------
Summary: Unify sqlline scripts from different modules and update
tutorial
Key: CALCITE-7625
URL: https://issues.apache.org/jira/browse/CALCITE-7625
Project: Calcite
Issue Type: Task
Components: csv-adapter
Reporter: Stamatis Zampetakis
Assignee: Stamatis Zampetakis
Fix For: 1.43.0
Currently there multiple sqlline scripts in the project:
{noformat}
$ find . -name "sqlline*"
./sqlline.bat
./example/csv/sqlline.bat
./example/csv/sqlline
./sqlline{noformat}
It is fine to have different versions based on the operating system but other
than that the scripts are almost duplicates. The only difference is that they
are using a different classpath.
I propose to remove the sqlline scripts under example/csv directory and adapt
the scripts at the root of the project to be able to run the examples in the
CSV adapter.
The [tutorial page|https://calcite.apache.org/docs/tutorial.html] will also
need some minor adjustments after the change.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)