[PATCH] Resolve unknown-type literals in GRAPH_TABLE COLUMNS

First seen: 2026-04-25 19:52:44+00:00 · Messages: 6 · Participants: 4

Latest Update

2026-05-14 · claude-opus-4-6

Incremental Update: Ashutosh Bapat responds to Peter Eisentraut's concerns

Ashutosh's reply addresses the two specific blockers Peter raised in his previous message:

1. Patch Application Issue — Clarified but Not Fully Resolved

Ashutosh explains that he maintains all SQL/PGQ fixes in a single local branch, which is why the patch was numbered 5/5. He reports that both git cherry-pick and git am succeed on a fresh branch from his end, and asks Peter to confirm whether the issue persists. This doesn't fully resolve the concern — Peter may have been applying against a different base (plain master without patches 1–4), which would naturally fail. The underlying hygiene issue of submitting a dependent patch without its prerequisites remains, though Ashutosh seems unaware that this is the root cause.

2. Test Reproducibility — Key Admission and Fix

This is the substantive progress: Ashutosh acknowledges that most of the test queries from Satya's original patch do not actually reproduce the bug on current master. He states that only two of the original test queries trigger the failure. He has now:

This is the critical fix to the submission: the prior version's test passed even without the code change (as Peter discovered), making the patch appear unnecessary. The new version should have a test that actually turns red without the fix, proving the bug still exists on master.

What's Still Open