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

Execute multiple commands from sqlline -q

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.0, 1.2.0
    • 1.17.0
    • Client - CLI
    • None
    • Mint 17.1

    Description

      Be able to perform

      ./sqlline -u jdbc:drill:zk=local -q "use dfs.tmp; alter session set \`store.format\`='csv';"
      

      instead of

      ./sqlline -u jdbc:drill:zk=local -q "use dfs.tmp;"
      ./sqlline -u jdbc:drill:zk=local -q "alter session set \`store.format\`='csv';"
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dekken Philip Deegan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: