docs: ArcadeDB #7188 implemented in #7398 (26.10.1), verified on the snapshot; Doris #67306 conflicts resolved - #102
Merged
Conversation
…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
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.
26.10.1-SNAPSHOT). Verified on the snapshot: COPY is correct on the wire (psql, libpq; rows matchDescribeOIDs byte for byte), but the Arrow driver's default path still stops at row 0 because ArcadeDB frames the binary header as its ownCopyDatamessage while PostgreSQL bundles it with the first row, which the driver's reader relies on.use_copy=falsestill passes all seven probe steps. Raw runs inprivate/native-probe/results-2026-09-10-arcadedb-snapshot-7398*.jsonl.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