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

Make Drill work with SELECT without FROM

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.4.0
    • 1.16.0
    • None
    • None

    Description

      This works with postgres:

      [root@qa-node120 ~]# sudo -u postgres psql foodmart
      foodmart=# select 1+1.1;
      ?column?
      ----------
      2.1
      (1 row)

      But does not work with Drill:

      0: jdbc:drill:> select 1+1.1;
      Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "100f4d4c-1ee1-495e-9c2f-547aae75473d"
      endpoint {
      address: "qa-node118.qa.lab"
      user_port: 31010
      control_port: 31011
      data_port: 31012
      }
      error_type: 0
      message: "Failure while parsing sql. < SqlParseException:[ Encountered \"<EOF>\" at line 1, column 12.\nWas expecting one of:....

      Attachments

        Activity

          People

            volodymyr Vova Vysotskyi
            cchang@maprtech.com Chun Chang
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: