Pull Request Explorer

Exploring 30 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore(qwp): carry crash-safe SF cleanup and pool-capacity recovery bluestreak01 XL No 312.8h 302.6h Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(ui): upgrade web console to 2.0.1 emrberk XS No 1.9h 1.9h Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(sql): support scalar boolean sub-queries as WHERE predicates bluestreak01 XL No 39.8h 0.8h Jul 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(core): stop a query when its client disconnects kafka1991 XL No 220.7h 25.2h Jul 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(core): fix POSTING-indexed WAL table suspending after a partition squash ideoma XL No 164.8h 127.7h Jul 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(http): return EXPLAIN plans as plain text emrberk M No 23.5h 23.4h Jul 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

test(core): fix seed-dependent crash in checkpoint fuzz test jovfer XS AI 132.4h 131.1h Jul 15, 2026

Summary

Bug Fix

Fix seed-dependent crash in checkpoint fuzz test

This change eliminates a seed-dependent crash in the checkpoint fuzz test, ensuring reliable test execution and preventing false negatives in CI pipelines. By guarding against divide‑by‑zero errors, the test suite remains stable, improving confidence in database checkpoint functionality.

Health Assessment

Small
Low
High
  • The PR had a long review period with minimal changes, indicating low complexity but delayed feedback.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Java
feat(sql): compare a numeric column with a scalar sub-query in predicates bluestreak01 XL No 144.1h 138.9h Jul 15, 2026

Summary

Feature

Add numeric comparison with scalar sub-query

Enables expressive SQL predicates that compare numeric columns to scalar sub-queries, improving query flexibility and performance for analytical workloads.

Health Assessment

X-Large
High
High
  • The PR required a 144‑hour cycle time with a 139‑hour first review, indicating a slow review process. Despite no post‑review commits, the large code churn (≈20k lines) and 20 files changed suggest high complexity and potential risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Java
ci(build): reduce Ubuntu package download failures bluestreak01 XL No 1.1h - Jul 15, 2026

Summary

CI/CD

Reduce Ubuntu package download failures in CI

Configures CI jobs to use Hetzner mirrors, reducing timeouts and ensuring builds succeed.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review indicate smooth integration; large scope but low risk due to CI nature.

AI Details

Tech Stack

Languages: Python, Yaml
chore(build): bump gosu to 1.19-go1.25.12 questdb-maven-release-app XS No 4.0h - Jul 14, 2026

Summary

Chore

Bump gosu to 1.19-go1.25.12

Update Dockerfile to use newer Go patch for CVE fixes, improving security.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, merged within hours.

AI Details

Tech Stack

fix(SQL): fix SAMPLE BY w to accept the week unit without a leading digit nabeel001 S No 44.7h 26.3h Jul 13, 2026

Summary

Bug Fix

Add week unit support to SAMPLE BY

Enables users to use 'SAMPLE BY w' without a leading digit, simplifying queries and reducing errors.

Health Assessment

Small
Low
Medium
  • PR resolved a parsing bug with minimal changes and quick review, indicating efficient issue handling.

AI Details

Tech Stack

Languages: Java
test(core): stop fuzz tests spuriously failing when logging non-ASCII index values RaphDal XS No 4.9h 4.9h Jul 13, 2026

Summary

Bug Fix

Fix fuzz test failures due to non-ASCII logging

This change prevents intermittent test failures caused by logging non-ASCII values, ensuring reliable test runs and accurate CI results.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no production impact, resolved in a single commit.

AI Details

Confidence: 1.00

Tech Stack

Languages: Java
fix(sql): fix dot_product returning wrong result for transposed arrays raphaelroshan S AI 37.9h 19.8h Jul 13, 2026

Summary

Bug Fix

Fix dot_product result for transposed arrays

Corrects dot_product calculation when operands have non-vanilla layout, ensuring accurate results for transposed or sliced arrays without affecting performance.

Health Assessment

Small
Low
Low
  • The PR was resolved quickly with a single commit and minimal code changes, indicating a straightforward bug fix with low risk to the system.

AI Details

Category: Code AI
Tools: Cursor
Confidence: 0.75

Tech Stack

Languages: Java
test(core): stop query_activity churn test hanging and cascading on constrained CI kafka1991 S No 8.2h 8.2h Jul 13, 2026

Summary

Bug Fix

Fix query activity test hang on constrained CI

Prevents flaky test failures and thread leaks in CI by adding timeouts and yielding, improving stability and test reliability.

Health Assessment

Small
Low
Low
  • Single test file change resolved flaky CI failures with minimal rework; quick review and merge indicates low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Java
fix(sql): clarify materialized view error when timestamp lacks a sampling interval Socialpranker S No 13.6h 12.6h Jul 10, 2026

Summary

Bug Fix

Fix materialized view error message for missing sampling interval

Improves error handling for materialized view creation by providing clearer messages when a timestamp column is present but no sampling interval is specified, reducing confusion and aiding developers.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved after a single review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Java
chore(core): fix adding a covering index over parquet after a column type change kafka1991 XL No 43.6h 37.0h Jul 09, 2026

Summary

Bug Fix

Fix covering index over parquet after column type change

Corrects a bug that caused WAL suspension when adding a POSTING covering index to parquet partitions with pending column type changes, ensuring reliable index creation and preventing data write stalls.

Health Assessment

Large
Medium
Medium
  • The PR resolved a critical WAL suspension issue with a single commit and one approval after a 37‑hour review, indicating a focused change but moderate review latency.

AI Details

Confidence: 1.00

Tech Stack

Languages: Java
fix(core): fix POSTING index covering scans failing when queries migrate across worker threads nwoolmer XL AI 154.4h 76.6h Jul 09, 2026

Summary

Bug Fix

Fix POSTING index covering scan thread migration bug

Resolves crashes and resource leaks during multi-worker HTTP parquet exports and pgwire queries, ensuring reliable data export and preventing client connection drops.

Health Assessment

X-Large
High
High
  • The PR required extensive rework and multiple review cycles, indicating complex concurrency bug fixes and significant code churn.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Java
chore(core): resolve column files by writer index when converting a partition to Parquet RaphDal L No 51.3h 19.9h Jul 09, 2026

Summary

Bug Fix

Resolve Parquet column file mismatch after ALTER

Fixes storage-policy TO PARQUET conversion failures caused by column type changes, ensuring reliable data export and preventing pipeline stalls.

Health Assessment

Large
High
High
  • The PR required multiple review cycles and several commits to address complex metadata handling after column type changes, indicating significant rework but ultimately resolved a critical storage-policy failure.

AI Details

Confidence: 0.80

Tech Stack

Languages: Java
chore(core): fix socket leaks on shutdown when queries are parked or retrying RaphDal L No 39.3h 14.9h Jul 09, 2026

Summary

Bug Fix

Fix socket leaks during shutdown

Ensures proper cleanup of socket descriptors when queries are parked or retried, preventing resource leaks in long‑running JVMs.

Health Assessment

Large
Low
Low
  • PR addressed a subtle resource leak with minimal rework and quick approval, indicating a focused bug fix with low complexity.

AI Details

Confidence: 0.80

Tech Stack

Languages: Java
fix(sql): fix PIVOT and expression column names that embed double quotes glasstiger XL AI 115.1h 99.3h Jul 09, 2026

Summary

Bug Fix

Fix PIVOT and expression column names with double quotes

Corrects SQL compiler to strip protective quotes from column aliases, ensuring accurate column names in result sets and preventing leaks into metadata.

Health Assessment

Large
High
High
  • Long review cycle with many commits before approval indicates significant rework; single review after extensive changes suggests high complexity and potential risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Java
chore(core): fix catalogue queries omitting tables after a concurrent metadata cache clear RaphDal L No 30.9h 28.3h Jul 08, 2026

Summary

Bug Fix

Fix catalogue queries after concurrent cache clear

Ensures accurate table listings by preventing incomplete data exposure during concurrent cache clears, improving reliability for users querying metadata.

Health Assessment

Medium
Low
Medium
  • The PR resolved a rare concurrency bug with a single review round and moderate review time, indicating a focused fix with minimal risk.

AI Details

Tech Stack

Languages: Java
fix(qwp): prevent stale egress plans from leaking to clients jerrinot XL No 117.6h 94.3h Jul 08, 2026

Summary

Bug Fix

Prevent stale egress plans from leaking to clients

Fixes a bug where QWP egress exposed stale query plans to clients, improving reliability and consistency with other protocols.

Health Assessment

X-Large
High
High
  • The PR had a long cycle time (117h) and slow first review (94h), with a large code change affecting core backend logic and CI configuration, indicating significant effort and potential risk.

AI Details

Tech Stack

Languages: Java
fix(qwp): fail fast on deterministic ingest rejections instead of retrying them kafka1991 XL No 30.6h 30.3h Jul 08, 2026

Summary

Bug Fix

Fail fast on deterministic ingest rejections

Reduces wasted retries and improves client error visibility by treating permanent data errors as terminal, speeding up failure detection and reducing resource consumption.

Health Assessment

Medium
Low
Medium
  • PR had a single review after a long review time, but no rework; moderate scope and normal cycle time.

AI Details

Tech Stack

Languages: Java
test(qwp): speed up sender coercion-error tests RaphDal XS No 17.8h 17.8h Jul 08, 2026

Summary

Chore

Speed up sender coercion-error tests

Reduces CI runtime by eliminating unnecessary wait times in error-path tests, improving developer productivity and pipeline reliability.

Health Assessment

Small
Low
Medium
  • The change is a small, single-file test optimization that was reviewed and merged quickly, delivering a significant performance win with minimal risk.

AI Details

Tech Stack

Languages: Java
fix(sql): fix LATEST ON returning the wrong row with an indexed key and residual filter nwoolmer XL No 285.7h 284.4h Jul 08, 2026

Summary

Bug Fix

Fix LATEST ON row selection bug

Corrects a bug that caused incorrect row selection in LATEST ON queries, ensuring accurate time-series data retrieval for users.

Health Assessment

X-Large
High
High
  • The PR spanned nearly 12 days with a single review after many commits, indicating high complexity and potential risk. The bug fix is critical for accurate query results in time-series data.

AI Details

Tech Stack

Languages: Java
chore(build): bump gosu to 1.19-go1.25.11 sklarsa XS No 0.9h 0.9h Jul 07, 2026

Summary

Chore

Bump gosu version in Dockerfile

Updates the gosu utility to the latest patch, ensuring compatibility with Go 1.25.11 and maintaining container security.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate low risk and straightforward maintenance.

AI Details

Tech Stack

Frameworks: Docker
fix(sql): fix crash joining or grouping on empty VARCHAR values sklarsa L AI 114.9h 111.4h Jul 06, 2026

Summary

Bug Fix

Fix crash on empty VARCHAR joins

Prevents assertion errors during hash joins, GROUP BY, or DISTINCT operations on empty VARCHAR keys, ensuring reliable query execution for customers.

Health Assessment

Medium
Medium
High
  • Long review cycle indicates complexity, but single review round and no rework suggest the fix was straightforward and well-contained.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Java
feat(qwp): add a connect timeout and tolerant client startup bluestreak01 XL AI 168.1h 20.3h Jul 06, 2026

Summary

Feature

Add connect timeout and tolerant client startup

Improves client reliability by adding cross‑platform connect timeout and tolerant startup, reducing connection hangs and enabling smoother failover.

Health Assessment

X-Large
Medium
Medium
  • The PR required a series of iterative commits after a single review, indicating moderate complexity and refinement. The 7‑day cycle time and large line changes reflect a substantial backend and CI impact.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Java, Yaml
fix(core): prevent posting index corruption when .pk stat fails during column rename bluestreak01 S No 12.3h 9.3h Jul 02, 2026

Summary

Bug Fix

Prevent index corruption on .pk stat failure

Fixes a critical bug that could corrupt indexed data during column renames, ensuring data integrity and preventing query failures.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in a single commit after review, indicating low complexity and high confidence in stability.

AI Details

Confidence: 0.20

Tech Stack

Languages: Java
fix(core): make DataID publication thread-safe bluestreak01 L No 26.8h 0.1h Jul 02, 2026

Summary

Bug Fix

Make DataID publication thread-safe

Ensures reliable replication and backup by preventing race conditions that could corrupt data identifiers, improving system stability and data integrity.

Health Assessment

Large
Medium
Low
  • The PR was reviewed and merged within a day, with a single commit and minimal back‑and‑forth, indicating a focused fix. The large line count reflects a comprehensive thread‑safety overhaul, but the quick turnaround suggests low complexity and high confidence in the change.

AI Details

Tech Stack

Languages: Java

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos