[
https://issues.apache.org/jira/browse/CALCITE-7625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18091684#comment-18091684
]
Stamatis Zampetakis commented on CALCITE-7625:
----------------------------------------------
For more context, I wanted to do some minor improvements in the scripts and
noticed that I have to copy-paste the changes into multiple places which
doesn't feel right.
> 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
> Priority: Major
> 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)