Pull Request Explorer

Exploring 83 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore(core): fix POSTING-indexed queries returning wrong rows after a failed commit kafka1991 XL No 9.6h 8.4h May 14, 2026

Summary

Bug Fix

Fix POSTING-indexed query row mismatch

Ensures accurate query results for WAL tables, preventing data inconsistencies that could affect downstream analytics and reporting.

Health Assessment

X-Large
Medium
Medium
  • The PR resolved a critical data consistency issue through extensive changes across core Java files, involving multiple review cycles and tests, yet was merged within 10 hours, indicating efficient collaboration and high confidence in the fix.

AI Details

Tech Stack

Languages: Java
chore(core): fix RENAME COLUMN silently dropping POSTING value file under transient read error bluestreak01 XL AI 15.1h 7.1h May 14, 2026

Summary

Bug Fix

Fix silent drop of POSTING value on rename

Prevents silent data corruption during column rename, ensuring data integrity and reducing runtime errors.

Health Assessment

Large
High
Low
  • Fast cycle time with a single review, but significant code changes to address a critical data integrity issue.

AI Details

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

Tech Stack

Languages: Java
fix(core): fix race between WAL writer open and table drop purge kafka1991 S AI 40.8h 0.8h May 14, 2026

Summary

Bug Fix

Fix race between WAL writer open and table drop purge

Resolves a race condition that caused critical errors during concurrent table drops, improving reliability and preventing false critical failures. This fix ensures consistent error handling and reduces error spikes during table drop operations.

Health Assessment

Small
Low
Low
  • Quick review and minimal rework indicate a straightforward bug fix with low risk.

AI Details

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

Tech Stack

Languages: Java
chore(build): fix AWS AMI build issues sklarsa S No 28.3h 19.7h May 14, 2026

Summary

Chore

Fix AWS AMI build issues

This PR fixes build issues for AWS AMI by correcting configuration, updating systemd service, and bumping Java runtime to 17, ensuring reliable deployment.

Health Assessment

Small
Low
Medium
  • The PR had a moderate review cycle with a single review and quick fixes, indicating a straightforward maintenance change.

AI Details

Tech Stack

Languages: Shell
fix(core): fix POSTING-indexed queries dropping rows after partition squash bluestreak01 L AI 28.1h - May 13, 2026

Summary

Bug Fix

Fix POSTING-indexed query row drops after partition squash

Ensures indexed queries return all rows after partition squash, preventing data loss and maintaining query accuracy for users. This fixes a bug that caused indexed WHERE clauses to silently drop rows, improving data integrity.

Health Assessment

Large
Medium
Low
  • Resolved a data consistency bug that caused indexed queries to drop rows after partition squash. The change required only one review cycle and was merged within 28 hours, indicating efficient collaboration.

AI Details

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

Tech Stack

Languages: Java
chore(core): trim POSTING index seal/encode cost on O3 kafka1991 XL No 35.0h 4.8h May 12, 2026

Summary

Chore

Trim POSTING index seal/encode cost on O3

Optimizes O3 commit performance for tables with POSTING indexes, reducing write latency and resource usage, which improves overall database throughput and responsiveness.

Health Assessment

X-Large
High
Medium
  • The PR required multiple review cycles and code iterations to address performance regressions, but was merged within a normal 35‑hour cycle time, indicating effective collaboration despite the large scope.

AI Details

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

Tech Stack

Languages: Java
chore(core): remove garbled PARQUET clauses in SHOW CREATE TABLE on pre-9.3.4 tables RaphDal M No 17.8h 17.8h May 12, 2026

Summary

Bug Fix

Remove garbled PARQUET clauses in SHOW CREATE TABLE

Fixes invalid SHOW CREATE TABLE output for legacy tables, preventing schema copy failures and ensuring reliable database migrations.

Health Assessment

Medium
Low
Medium
  • Resolved within a day with minimal rework; bug fixed quickly and merged without major risk.

AI Details

Tech Stack

Languages: Java
fix(core): fix rare WAL apply live lock when transactions are committed at a very high rate ideoma M No 125.2h 125.2h May 11, 2026

Summary

Bug Fix

Fix rare WAL apply live lock

This patch prevents a rare live lock in the WAL apply thread that could stall database writes under high transaction rates, ensuring data consistency and system reliability.

Health Assessment

Medium
High
High
  • The PR experienced a prolonged review cycle with multiple merge commits, indicating significant rework and coordination challenges.

AI Details

Tech Stack

Languages: Java
docs(core): refresh README with updated links, images, and AI agents section javier XL No 7.4h 2.2h May 11, 2026

Summary

Docs

Refresh README with updated links and AI agents

Updated documentation to improve user onboarding and showcase new AI agents feature, reducing confusion and highlighting new capabilities.

Health Assessment

X-Large
Low
Low
  • Rapid documentation update with minimal review, high deletion volume but low risk to production.

AI Details

Tech Stack

chore(build): update GOSU_VERSION to 1.19-go1.25.10 sklarsa XS No 2.8h 2.8h May 11, 2026

Summary

Chore

Update GOSU_VERSION in Dockerfile

Updates the GOSU_VERSION in the Dockerfile to ensure compatibility with the latest Go runtime, improving build stability.

Health Assessment

Small
Low
Low
  • Quick single-file change merged within hours, indicating minimal impact and efficient review.

AI Details

Tech Stack

Frameworks: Docker
chore(core): restore posting index count() fast path on clean partitions bluestreak01 XL No 4.5h 2.4h May 11, 2026

Summary

Chore

Restore posting index count fast path

Re‑enables a fast path for count queries on clean partitions, cutting row‑iteration overhead and boosting query performance by up to 14%.

Health Assessment

X-Large
Medium
Low
  • Fast 4.5‑hour cycle time and a single review round show an efficient process, though the large code change warrants careful testing.

AI Details

Confidence: 0.80

Tech Stack

Languages: Java
fix(core): prevent OOM during ALTER ADD INDEX on large partitions nwoolmer XL AI 48.6h 46.5h May 11, 2026

Summary

Bug Fix

Prevent OOM during ALTER ADD INDEX on large partitions

This change eliminates out‑of‑memory crashes when adding posting indexes to very large partitions, ensuring database stability and reliable performance for users.

Health Assessment

X-Large
High
High
  • The PR required ten commits over a 48‑hour cycle, indicating significant iterative development and extensive testing. The long review time and large code changes suggest high complexity, but the comprehensive fuzz and unit tests mitigate risk.

AI Details

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

Tech Stack

Languages: Java
fix(core): stop posting index from returning rows past sealed coverage bluestreak01 L AI 93.8h - May 11, 2026

Summary

Bug Fix

Fix posting index to clamp rows past sealed coverage

This fix stops the posting index from returning rows beyond the sealed coverage, ensuring query results reflect only indexed data. It improves data accuracy and prevents potential data leakage in reporting.

Health Assessment

Large
High
Medium
  • The PR required multiple merges and a deterministic test to validate the clamp, indicating significant rework and careful testing to ensure correctness.

AI Details

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

Tech Stack

Languages: Java
fix(sql): return correct precision from arg_max/arg_min on TIMESTAMP_NS columns bluestreak01 L AI 38.2h 7.9h May 10, 2026

Summary

Bug Fix

Fix precision for arg_max/min on TIMESTAMP_NS

Ensures accurate timestamp results for arg_max/arg_min functions, preventing incorrect future dates and improving data integrity for users.

Health Assessment

Large
Medium
Low
  • Resolved quickly with a single review, minimal rework, but the change touches many files and lines, indicating moderate risk for downstream impact.

AI Details

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

Tech Stack

Languages: Java
fix(core): fix incorrect indexed query results after O3 row-id reuse mtopolnik XL AI 36.3h 33.2h May 10, 2026

Summary

Bug Fix

Fix incorrect indexed query results after O3 reuse

Corrects phantom matches in indexed queries caused by O3 row‑id reuse, ensuring accurate query results and preventing incorrect data visibility.

Health Assessment

X-Large
High
Low
  • The PR resolved a critical indexing bug with a single review and rapid merge, but the large code changes and extensive test additions increase overall risk.

AI Details

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

Tech Stack

Languages: Java
chore(core): switch posting index fast-lag from seal to commit kafka1991 XL No 40.0h 10.2h May 09, 2026

Summary

Refactor

Switch posting index fast-lag from seal to commit

Switches WAL fast-lag commits from seal to commit, cutting per-commit overhead and boosting ingestion speed. The change also tightens durability by syncing .pk after chain publish.

Health Assessment

Large
Medium
Medium
  • The PR underwent several iterations after the initial review, indicating moderate complexity. Performance gains are significant, but the large code churn suggests careful testing.

AI Details

Confidence: 0.20

Tech Stack

Languages: Java
chore(sql): off-heap and flyweight histogram mcadariu XL No - 161.1h May 08, 2026

Summary

Chore

Add off-heap flyweight histogram implementation

Provides efficient off-heap histogram for group‑by operations, reducing memory usage and improving performance.

Health Assessment

Large
High
High
  • Long review cycle with many iterations indicates significant rework and potential risk to stability.

AI Details

Confidence: 0.10

Tech Stack

Languages: Java
chore(core): fix NPE on ORDER BY against an unknown indexed symbol bluestreak01 L AI 29.5h 10.5h May 08, 2026

Summary

Bug Fix

Fix NPE on ORDER BY for unknown indexed symbol

Prevents crashes when querying unknown symbols, improving stability for view creation and query execution.

Health Assessment

Large
Medium
Medium
  • The PR resolved a critical NPE that could crash queries, added extensive regression tests, and required several review iterations, indicating careful validation of core functionality.

AI Details

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

Tech Stack

Languages: Java
fix(pgwire): fix partial query result when re-binding a suspended portal RaphDal M AI 29.8h 28.3h May 08, 2026

Summary

Bug Fix

Fix partial query result on suspended portal re-bind

Ensures correct query results when reusing prepared statements after a suspended portal, preventing data loss and improving reliability for PostgreSQL clients.

Health Assessment

Medium
Medium
High
  • The PR required multiple review cycles and rework, indicating complexity in cursor management logic. Despite moderate scope, the bug fix addresses critical correctness for PostgreSQL client interactions.

AI Details

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

Tech Stack

Languages: Java
test(core): fix fuzz tests infrastructure for rename table and change parquet encoding steps ideoma S No 199.1h 195.6h May 07, 2026

Summary

Test

Fix fuzz test infrastructure for table rename

This PR corrects the fuzz test infrastructure to properly handle table renames and parquet encoding changes, preventing test failures and ensuring accurate core functionality validation.

Health Assessment

Small
Low
High
  • Long review cycle indicates delayed feedback; small scope and low risk suggest minimal impact on production.

AI Details

Tech Stack

Languages: Java
chore(ui): upgrade web console to 1.2.2 emrberk XS No 4.0h 4.0h May 07, 2026

Summary

Chore

Upgrade web console to 1.2.2

Bumps the web console to version 1.2.2, adding new UI actions and improving AI assistant and query execution.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, automated release workflow.

AI Details

Tech Stack

Languages: Java
chore(sql): allow disabling covering index for refresh queries nwoolmer L AI 30.6h 22.9h May 07, 2026

Summary

Feature

Add option to disable covering index for mat view refresh

Provides operators the ability to opt out of the covering index path for materialized view refresh queries, preventing potential performance regressions until the covering index implementation improves.

Health Assessment

Medium
Low
Low
  • The PR was merged within 30 hours with a single review and minimal rework, indicating a smooth process and low risk.

AI Details

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

Tech Stack

Languages: Java
fix(wal): correct write amplification and dedup counts in tables() nwoolmer L No 170.4h 0.6h May 07, 2026

Summary

Bug Fix

Fix WAL write amplification and dedup counts

Corrects over‑counting in WAL metrics, ensuring accurate telemetry and reliable performance monitoring for users.

Health Assessment

Large
Medium
Low
  • PR had a slow cycle time due to extensive test additions, but the review was quick and AI‑assisted review helped catch issues early.

AI Details

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

Tech Stack

Languages: Java
fix(core): fix RENAME COLUMN failure on posting-indexed columns bluestreak01 M AI 12.6h 10.9h May 07, 2026

Summary

Bug Fix

Fix rename column hard link failure

This fix resolves a race condition that caused ALTER TABLE RENAME COLUMN operations on posting-indexed columns to fail, preventing data integrity issues and ensuring reliable schema changes.

Health Assessment

Medium
Low
Low
  • Fast cycle time and a single review round indicate an efficient resolution of a critical race condition affecting schema changes.

AI Details

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

Tech Stack

Languages: Java
chore(parquet): store stats in parquet sidecar in their original format RaphDal XL No 17.3h 10.9h May 07, 2026

Summary

Bug Fix

Store Parquet stats verbatim in sidecar

Ensures accurate query pruning and correct handling of Parquet statistics, improving query correctness and performance for downstream analytics.

Health Assessment

X-Large
Medium
Low
  • Fast cycle time and minimal review iterations indicate a focused fix, but the large code churn and removal of conversion logic raise moderate risk for downstream query behavior.

AI Details

Confidence: 0.80

Tech Stack

Languages: Rust, Java
chore(qwp): advertise role on /write/v4 upgrade for primary failover kafka1991 XL No 35.5h 35.5h May 07, 2026

Summary

Feature

Advertise replication role on /write/v4 upgrade

Adds a server role header to upgrade responses, enabling clients to fail over to primary nodes automatically.

Health Assessment

X-Large
High
Medium
  • The PR took over a day to review and involved significant code changes across multiple backend modules, indicating a substantial refactor of the QWP upgrade logic.

AI Details

Tech Stack

Languages: Java
chore(core): fix yet another posting index bug found by fuzz bluestreak01 M No 11.4h - May 06, 2026

Summary

Bug Fix

Fix posting index bug discovered by fuzz

Corrects a critical data consistency issue that could cause runtime failures, improving system reliability for all users.

Health Assessment

Small
Low
Low
  • The PR was resolved quickly with minimal changes and no significant review friction, indicating a low-risk, high-confidence fix.

AI Details

Tech Stack

Languages: Java
chore(core): fix another posting index bug leading to corrupt results bluestreak01 M No 1.5h - May 06, 2026

Summary

Bug Fix

Fix posting index bug causing corrupt results

Corrects a bug in the posting index that was producing corrupt results, improving data integrity.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 1.5 hours, indicating a smooth process with minimal friction.

AI Details

Tech Stack

Languages: Java
fix(sql): fix EMA, VWEMA and KSUM failures in combined window queries jerrinot XL No 203.6h 0.8h May 05, 2026

Summary

Bug Fix

Fix EMA, VWEMA, KSUM failures in combined window queries

Corrects execution failures for EMA, VWEMA, and KSUM window functions when cached execution is used, ensuring valid SQL queries run reliably.

Health Assessment

Large
Medium
Medium
  • The PR had a long cycle time but a quick initial review; multiple small commits indicate iterative refinement, and the change addresses a critical bug affecting query execution.

AI Details

Tech Stack

Languages: Java
docs(core): change Java version requirement to 25 javier XS No 172.2h - May 05, 2026

Summary

Docs

Change Java version requirement to 25

Updates the Java version requirement for the core component, ensuring compatibility with newer Java releases.

Health Assessment

Small
Low
Low
  • Single documentation change merged after a week, minimal review friction.

AI Details

Confidence: 0.75

Tech Stack

chore(core): add level switch to review-pr skill bluestreak01 S AI 10.5h 5.1h May 05, 2026

Summary

Docs

Add level switch to review-pr skill

This change introduces a level switch to the review-pr skill, enabling users to select the depth of analysis. It reduces token costs for casual reviews while still allowing full coverage when needed.

Health Assessment

Small
Low
Medium
  • The PR was reviewed quickly with a single comment and merged within 10.5 hours, indicating a smooth process.

AI Details

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

Tech Stack

chore(build): move aux-job to hetzner from azure sklarsa S No 19.8h 0.1h May 05, 2026

Summary

CI/CD

Move aux-job to Hetzner from Azure

Migrated CI job to Hetzner to avoid Azure runner disk space limits, improving build reliability.

Health Assessment

Small
Low
Low
  • Quick review and minimal rework; small CI change merged within 20 hours.

AI Details

Tech Stack

Languages: Yaml
fix(sql): fix wrong results from JIT filter with UUID bind variables nwoolmer M No 85.9h 69.2h May 05, 2026

Summary

Bug Fix

Fix JIT filter UUID bind variable stride

Corrects incorrect query results when using UUID bind variables, ensuring accurate data retrieval and preventing potential data loss or incorrect analytics.

Health Assessment

Small
Medium
High
  • The PR fixed a critical bug that caused incorrect query results with UUID bind variables, required rebuilding native libraries for multiple platforms, and experienced a slow review cycle, indicating cross-language complexity and moderate risk to data accuracy.

AI Details

Tech Stack

Languages: C, Java
« Page 2 of 2

Get this analytics stack for your team

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

Connect Repos