Skip to content

docs: ArcadeDB #7188 implemented in #7398 (26.10.1), verified on the snapshot; Doris #67306 conflicts resolved - #102

Merged
singhpratech merged 1 commit into
mainfrom
docs/arcadedb-7188-implemented
Sep 12, 2026
Merged

docs: ArcadeDB #7188 implemented in #7398 (26.10.1), verified on the snapshot; Doris #67306 conflicts resolved#102
singhpratech merged 1 commit into
mainfrom
docs/arcadedb-7188-implemented

Conversation

@singhpratech

Copy link
Copy Markdown
Owner
  • ArcadeDB #7188 row: implemented in #7398 (merged 2026-09-10, in 26.10.1-SNAPSHOT). Verified on the snapshot: COPY is correct on the wire (psql, libpq; rows match Describe OIDs byte for byte), but the Arrow driver's default path still stops at row 0 because ArcadeDB frames the binary header as its own CopyData message while PostgreSQL bundles it with the first row, which the driver's reader relies on. use_copy=false still passes all seven probe steps. Raw runs in private/native-probe/results-2026-09-10-arcadedb-snapshot-7398*.jsonl.
  • ArcadeDB #7178 row tail and the COMPATIBILITY ArcadeDB sentence point at #7398 and the framing detail.
  • Doris #67306: conflicts resolved at a maintainer's request on 2026-09-11.

Docs only. Both ArcadeDB notes are updated in the site source and go out with the next gh-pages push.

🤖 Generated with Claude Code

https://claude.ai/code/session_012QpuUDF9x53Bi3sGo9zXDT

…snapshot; Doris #67306 conflicts resolved

ArcadeDB's maintainer implemented COPY ... TO STDOUT (text, csv, binary,
both protocol paths) in #7398, merged 2026-09-10 and in 26.10.1-SNAPSHOT.
Verified the same day: the stream is correct on the wire and rows match
the Describe OIDs, but the Arrow driver's default path still stops at row 0
because the binary header is framed as its own CopyData message where
PostgreSQL bundles it with the first row; use_copy=false still passes 7/7.
Doris #67306: conflicts resolved at a maintainer's request on 2026-09-11.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012QpuUDF9x53Bi3sGo9zXDT
@singhpratech
singhpratech merged commit 58a393c into main Sep 12, 2026
5 checks passed
@singhpratech
singhpratech deleted the docs/arcadedb-7188-implemented branch September 12, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant