Skip to content

profilestore: Add unimplemented WriteArrow RPC#6214

Merged
brancz merged 2 commits into
mainfrom
profilestore-write-arrow
Feb 25, 2026
Merged

profilestore: Add unimplemented WriteArrow RPC#6214
brancz merged 2 commits into
mainfrom
profilestore-write-arrow

Conversation

@brancz
Copy link
Copy Markdown
Member

@brancz brancz commented Feb 25, 2026

Summary

  • Adds a new WriteArrow unary RPC to the ProfileStoreService that accepts an Arrow IPC buffer as a single bytes field
  • The implementation reads the IPC buffer and logs the number of rows per record batch at debug level, then returns Unimplemented to the client
  • Includes all generated protobuf, gRPC gateway, vtprotobuf, TypeScript client, and Swagger code

Test plan

  • Verify the server starts and registers the new RPC
  • Send an Arrow IPC buffer to the endpoint and confirm row counts are logged
  • Confirm the client receives an Unimplemented status code

🤖 Generated with Claude Code

Add a new WriteArrow unary RPC to the ProfileStoreService that accepts
an Arrow IPC buffer. The implementation reads the IPC buffer and logs
the number of rows per record batch at debug level, then returns
Unimplemented to the client.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alwaysmeticulous
Copy link
Copy Markdown

alwaysmeticulous Bot commented Feb 25, 2026

✅ Meticulous spotted 0 visual differences across 394 screens tested: view results.

Meticulous evaluated ~4 hours of user flows against your PR.

Expected differences? Click here. Last updated for commit 64062f4. This comment will update as new commits are pushed.

@brancz brancz merged commit 40b4cd1 into main Feb 25, 2026
35 checks passed
@brancz brancz deleted the profilestore-write-arrow branch February 25, 2026 10:27
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