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

support of multiple count(distinct) inconsistent

    XMLWordPrintableJSON

Details

    Description

      git.commit.id.abbrev=01bf849
      git.commit.id=01bf8496b217781521c943cc1a9a38ed9f841288

      With planner.enable_multiphase_agg and planner.enable_hashagg set to false, planner.enable_hashagg is encountered for the following query:

      select cast(c_groupby as varchar(4)), count(distinct(c_int)), count(distinct(c_bigint)), count(distinct(c_float4)), count(distinct(c_float8)) from data group by c_groupby;

      Attachments

        Activity

          People

            amansinha100 Aman Sinha
            zhiyongliu Zhiyong Liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: