Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.0
-
None
Description
create a user named "spaceuser" with password "hello world".
All below failed:
sqlline -u jdbc:drill:zk=xxx -n spaceuser -p 'hello world' sqlline -u jdbc:drill:zk=xxx -n spaceuser -p "hello world" sqlline -u jdbc:drill:zk=xxx -n spaceuser -p 'hello\ world' sqlline -u jdbc:drill:zk=xxx -n spaceuser -p "hello\ world"
Need a way to input password which contains space when calling sqlline
Attachments
Issue Links
- is related to
-
DRILL-7401 Sqlline 1.9 upgrade
- Resolved