[
https://issues.apache.org/jira/browse/DRILL-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579834#comment-16579834
]
Arina Ielchiieva commented on DRILL-3853:
-----------------------------------------
Current Drill fork: https://github.com/mapr/sqlline/commits/1.1.9-drill-r7
To get off the fork we need to have the following (based on the discussion on
the mailing list):
1. Fix issue with isolation and output resizing. Can be easily done by updating
sqlline launching scripts (--isolation=TRANSACTION_NONE --incremental=false).
Example:
{noformat}
Example for points 1 and 2:
CMD="$JAVA $SHELL_OPTS -cp $CP sqlline.SqlLine -d org.apache.drill.jdbc.Driver
--maxWidth=10000 --isolation=TRANSACTION_NONE --incremental=false"
{noformat}
2. Fix the following issues:
https://github.com/julianhyde/sqlline/issues/106
https://github.com/julianhyde/sqlline/issues/73
3. Optionally fix issues # 55, 90, 107.
> Get off Sqlline fork
> --------------------
>
> Key: DRILL-3853
> URL: https://issues.apache.org/jira/browse/DRILL-3853
> Project: Apache Drill
> Issue Type: Task
> Reporter: Parth Chandra
> Priority: Major
>
> Drill has it's own forked version of sqlline that includes customizations for
> displaying the drill version, drill QOTD, removing names of unsupported
> commands and removing JDBC drivers not shipped with Drill.
> To get off the fork, we need to parameterize these features in sqlline and
> have them driven from a properties file. The changes should be merged back
> into sqlline and Drill packaging should then provide a properties file to
> customize the stock sqlline distribution.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)