Skip to content

fix: harden Arrow JSON ingest (#452)#453

Merged
cofin merged 1 commit into
mainfrom
fix/x01jsonb
May 13, 2026
Merged

fix: harden Arrow JSON ingest (#452)#453
cofin merged 1 commit into
mainfrom
fix/x01jsonb

Conversation

@cofin
Copy link
Copy Markdown
Member

@cofin cofin commented May 13, 2026

Fixes #452.

Summary:

  • register asyncpg json/jsonb codecs in binary mode, including JSONB version-byte handling
  • align cockroach_asyncpg connection init with asyncpg JSON codec registration
  • prepare nested Arrow rows for SQLite/MySQL-family bridged loaders and cache Arrow schema prep decisions
  • tighten psqlpy JSON fallback and Spanner Arrow parameter-type caching
  • add Oracle, DuckDB, psycopg, psqlpy, asyncpg, Cockroach, SQLite, MySQL-family, and Spanner regression coverage

@cofin cofin merged commit 784806e into main May 13, 2026
20 of 22 checks passed
@cofin cofin deleted the fix/x01jsonb branch May 13, 2026 20:58
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.

asyncpg load_from_arrow fails on jsonb columns: 'no binary format encoder for type jsonb (OID 3802)'

1 participant