Jeffrey Zhong created PHOENIX-920: ------------------------------------- Summary: 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
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)