[
https://issues.apache.org/jira/browse/PHOENIX-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967312#comment-13967312
]
Hudson commented on PHOENIX-920:
--------------------------------
SUCCESS: Integrated in Phoenix #210 (See
[https://builds.apache.org/job/Phoenix/210/])
PHOENIX-920: SqlLine shows funky characters when running on Windows (jzhong:
rev d6a096f07458abd51a5772a1d9c3cd180d2011b0)
* bin/sqlline.py
* bin/psql.py
> SqlLine shows funky characters when running on Windows
> ------------------------------------------------------
>
> Key: PHOENIX-920
> URL: https://issues.apache.org/jira/browse/PHOENIX-920
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 3.0.0, 4.0.0, 5.0.0
> Reporter: Jeffrey Zhong
> Assignee: Jeffrey Zhong
> Fix For: 5.0.0, 3.1, 4.1
>
> Attachments: phoenix-920.patch
>
>
> Below is the sample output. The reason is that we turn on --color settings on
> by default for sqlline. We should turn it off for windows OS.
> {noformat}
> 0: jdbc:phoenix:localhost> !tables
> ←[1;32m+←[m←[1;32m-------------------------------------------------------------------------------------------------------------------←[m←[1;32m←[m
> ←[1;32m| ←[m←[1mTABLE_CAT ←[m←[1;32m | ←[m←[1mTABLE_SCHEM←[m←[1;32m |
> ←[m←[1mTABLE_NAME←[m←[1;32m | ←[m←[1mTABLE_TYPE←[m←[1;32m | ←[m←[1m REMARKS
> ←[m←[1;32m | ←[m←[1mTYPE_NAME ←[m←[1;32m |
> ←[m←[1mSELF_REFERENCING_COL_NAME←[m←[1;32m | ←[m←[1mREF_GENERATION←[m←[1;32m
> | ←[m←[1mINDEX_STATE←[m←[1;32m |
> ←[m←[1mIMMUTA←[m←[1;32m |←[m
> ←[1;32m+←[m←[1;32m-------------------------------------------------------------------------------------------------------------------←[m←[1;32m←[m
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)