druid/extensions-core
Gian Merlino a0d49baad6
MSQ: Fix issue with rollup ingestion and aggregators with multiple names. (#14367)
The same aggregator can have two output names for a SQL like:

  INSERT INTO foo
  SELECT x, COUNT(*) AS y, COUNT(*) AS z
  FROM t
  GROUP BY 1
  PARTITIONED BY ALL

In this case, the SQL planner will create a query with a single "count"
aggregator mapped to output names "y" and "z". The prior MSQ code did
not properly handle this case, instead throwing an error like:

  Expected single output for query column[a0] but got [[1, 2]]
2023-06-06 10:28:41 +05:30
..
avro-extensions Account for data format and compression in MSQ auto taskAssignment (#14307) 2023-06-01 12:53:49 -07:00
azure-extensions Account for data format and compression in MSQ auto taskAssignment (#14307) 2023-06-01 12:53:49 -07:00
datasketches use the latest datasketches-java-4.0.0 (#14334) 2023-05-27 22:19:18 -07:00
druid-aws-rds-extensions Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
druid-basic-security Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
druid-bloom-filter Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
druid-catalog Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
druid-kerberos Update Hadoop3 as default build version (#14005) 2023-04-26 12:52:51 +05:30
druid-pac4j Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
druid-ranger-security Update Hadoop3 as default build version (#14005) 2023-04-26 12:52:51 +05:30
ec2-extensions Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
google-extensions return task status reported by peon (#14040) 2023-04-24 12:05:39 -07:00
hdfs-storage fix hdfs initialization issue (#14276) 2023-05-30 12:41:54 -07:00
histogram Add `TYPE_NAME` to the complex serde classes and replace the hardcoded names. (#14317) 2023-05-23 00:54:47 -05:00
kafka-extraction-namespace Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
kafka-indexing-service Input source security fixes (#14266) 2023-06-01 16:37:19 -07:00
kinesis-indexing-service Input source security fixes (#14266) 2023-06-01 16:37:19 -07:00
kubernetes-extensions Make LoggingEmitter more useful by using Markers (#14121) 2023-04-27 15:06:06 -07:00
lookups-cached-global Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
lookups-cached-single Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
multi-stage-query MSQ: Fix issue with rollup ingestion and aggregators with multiple names. (#14367) 2023-06-06 10:28:41 +05:30
mysql-metadata-storage Be able to load segments on Peons (#14239) 2023-05-12 16:51:00 -07:00
orc-extensions Account for data format and compression in MSQ auto taskAssignment (#14307) 2023-06-01 12:53:49 -07:00
parquet-extensions Account for data format and compression in MSQ auto taskAssignment (#14307) 2023-06-01 12:53:49 -07:00
postgresql-metadata-storage Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
protobuf-extensions Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
s3-extensions Add retry to opening retrying stream (#14126) 2023-04-27 16:52:22 +05:30
simple-client-sslcontext Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30
stats Add `TYPE_NAME` to the complex serde classes and replace the hardcoded names. (#14317) 2023-05-23 00:54:47 -05:00
testing-tools Bump up the version in pom to 27.0.0 in preparation of release (#14051) 2023-04-10 14:56:59 +05:30