docs: record DeltaGraph PRs #335-#338 in CHANGELOG + STATUS#339
Merged
Conversation
Extends the existing 0.6.7-dev DeltaGraph bullet (which covered #316–#333, recorded in #334) with the four PRs that have since landed: - #335 — cg query --dialect databricks executes (was sql-only) - #336 — deltagraph server binary + base_url scheme validation - #337 — Bolt v5 e2e boot test + docs/deltagraph/QUICKSTART.md - #338 — cg schema discover --dialect databricks (Phase 3 probe) STATUS.md DeltaGraph bullet now also mentions `cg schema discover --dialect databricks` and the QUICKSTART doc, plus the deferred `catalog:` YAML field (Phase 3.2) under Pending. No version bump: 0.6.7-dev stays the in-progress label until the DeltaGraph phases close out (MERGE, OAuth M2M, full LDBC validation, external-link result chunks). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
genezhang
added a commit
that referenced
this pull request
May 17, 2026
- PR provenance: align with CHANGELOG (engineering PRs #316–#338, follow-ups #339/#340/#341 noted separately) instead of claiming the full range was all engineering work - Correctness gate + exit criterion: exclude bi-16 explicitly (blocked on CALL subqueries; was an impossible gate as written) - MERGE: move out of "explicitly out of scope" into a should-land-before-GA bullet, matching STATUS.md / CHANGELOG.md which both list MERGE as pending before Databricks GA. Flag the QUICKSTART wording mismatch for reconciliation when MERGE lands. - Local-dataset seeding: point at benchmarks/ldbc_snb/schemas/ for the actual LDBC label set; clarify that social_benchmark.yaml is dev-only sanity coverage, not LDBC Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cg query --dialect databricksnow executes against a Warehouse (was emit-only)deltagraphserver binary +DATABRICKS_BASE_URLscheme validation (https or loopback-http only)docs/deltagraph/QUICKSTART.mdcg schema discover --dialect databricks(Phase 3:SHOW TABLES+DESCRIBE TABLE EXTENDED+ 32-column-capped sample)cg schema discover --dialect databricksand the QUICKSTART file, and lists the deferredcatalog:YAML field (Phase 3.2) under Pending.0.6.7-devstays the in-progress tag until the remaining DeltaGraph phases close out (MERGE, OAuth M2M auth, full LDBC validation against a live warehouse, external-link result chunks).Test plan
cargo build— confirms the doc edits don't break anything🤖 Generated with Claude Code