Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-5436

Need a way to input password which contains space when calling sqlline

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.10.0
    • 1.17.0
    • Client - CLI
    • 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

          Activity

            People

              Unassigned Unassigned
              haozhu Hao Zhu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: