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

Parse failure for CHAR_LENGTH function

    XMLWordPrintableJSON

Details

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

    Description

      The following test query failed:

      select char_length(name) from voter where age < 20;

      2014-04-23 15:05:11 INFO DrillTestBase:186 - Query dispatch start time: 2014/04/23 15:05:11.0011
      Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "9c86758d-1358-488b-89ec-389684b44a8d"
      endpoint {
      address: "qa-node57.qa.lab"
      user_port: 31010
      control_port: 31011
      data_port: 31012
      }
      error_type: 0
      message: "Failure while parsing sql. < ValidationException:[ java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 ] < IndexOutOfBoundsException:[ Index: 0, Size: 0 ]"
      ]

      Attachments

        Activity

          People

            knguyen Krystal
            knguyen Krystal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: