Skip to content

feat(optimizer): introduce type shrinking rules for aggregates and joins#19581

Draft
dqhl76 wants to merge 6 commits intodatabendlabs:mainfrom
dqhl76:dqhl76/pick-agg-stats
Draft

feat(optimizer): introduce type shrinking rules for aggregates and joins#19581
dqhl76 wants to merge 6 commits intodatabendlabs:mainfrom
dqhl76:dqhl76/pick-agg-stats

Conversation

@dqhl76
Copy link
Collaborator

@dqhl76 dqhl76 commented Mar 19, 2026

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

continue work from #19177

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label Mar 19, 2026
@dqhl76 dqhl76 changed the title feat(query): add group-by and join type shrinking rule feat(sql): add group-by and join type shrinking rule Mar 19, 2026
@dqhl76 dqhl76 changed the title feat(sql): add group-by and join type shrinking rule feat(optimizer): introduce type shrinking rules for aggregates and joins Mar 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 19, 2026

🤖 CI Job Analysis

Workflow: 23377996847

📊 Summary

  • Total Jobs: 86
  • Failed Jobs: 23
  • Retryable: 0
  • Code Issues: 23

NO RETRY NEEDED

All failures appear to be code/test issues requiring manual fixes.

🔍 Job Details

  • linux / test_unit: Not retryable (Code/Test)
  • linux / sqllogic / ee (parquet): Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio (query, http, native): Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio (query, hybrid, parquet): Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio (query, hybrid, native): Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio (query, http, parquet): Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio_with_bendsave: Not retryable (Code/Test)
  • linux / sqllogic / cluster (query, 4c, http): Not retryable (Code/Test)
  • linux / sqllogic / cluster (query, 4c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / cluster (tpcds, 4c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / cluster (tpcds, 4c, http): Not retryable (Code/Test)
  • linux / sqllogic / cluster (cluster, 2c, http): Not retryable (Code/Test)
  • linux / sqllogic / cluster (tpch, 2c, http): Not retryable (Code/Test)
  • linux / sqllogic / standalone (query, 4c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / cluster (cluster, 2c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / cluster (tpch, 2c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / standalone (query, 4c, http): Not retryable (Code/Test)
  • linux / sqllogic / standalone (tpch, 2c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / standalone (tpcds, 4c, http): Not retryable (Code/Test)
  • linux / sqllogic / standalone (tpcds, 4c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / standalone (standalone, 2c, http): Not retryable (Code/Test)
  • linux / sqllogic / standalone (tpch, 2c, http): Not retryable (Code/Test)
  • linux / sqllogic / standalone (standalone, 2c, hybrid): Not retryable (Code/Test)

🤖 About

Automated analysis using job annotations to distinguish infrastructure issues (auto-retried) from code/test issues (manual fixes needed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature this PR introduces a new feature to the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants