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

Missing Function: $sum0(FLOAT8-OPTIONAL)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • Functions - Drill
    • None

    Description

      #Mon Jul 14 10:10:52 PDT 2014
      git.commit.id.abbrev=699851b

      The following mondrian query (query106.q) failed due to schema change exception:

      0: jdbc:drill:schema=dfs> select time_by_day.the_year as c0, sum(sales_fact_1997.unit_sales) as m0, count(distinct sales_fact_1997.customer_id) as m1 from time_by_day as time_by_day, sales_fact_1997 as sales_fact_1997 where sales_fact_1997.time_id = time_by_day.time_id and time_by_day.the_year = 1997 group by time_by_day.the_year;
      Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "d7d30240-1688-4db2-a703-e9a0a52a19e2"
      endpoint {
      address: "qa-node117.qa.lab"
      user_port: 31010
      control_port: 31011
      data_port: 31012
      }
      error_type: 0
      message: "Failure while running fragment. < IllegalStateException:[ You tried to do a batch data read operation when you were in a state of STOP. You can only do this type of operation when you are in a state of OK or OK_NEW_SCHEMA. ]"
      ]
      Error: exception while executing query (state=,code=0)

      Attachments

        Activity

          People

            hgunes Hanifi Gunes
            cchang@maprtech.com Chun Chang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: