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

Partition by aggregate function in a window query results in IllegalStateException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.8.0
    • None
    • Execution - Flow
    • None

    Description

      Use of aggregate function in the partitioning column in a windowed query results in an IllegalStateException

      0: jdbc:drill:zk=local> select avg(sum(l_quantity)) over (partition by min(l_quantity)) from cp.`tpch/lineitem.parquet`;
      Error: SYSTEM ERROR: IllegalStateException: This generator does not support mappings beyond
      

      Attachments

        Activity

          People

            gparai Gautam Parai
            khfaraaz Khurram Faraaz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: