Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: roundtrip pg_lakehouse test + fetch_recordbatch helper #1139

Merged
merged 11 commits into from
May 23, 2024

Conversation

neilyio
Copy link
Contributor

@neilyio neilyio commented May 16, 2024

What

Adding a test for a "roundtrip" of creating a RecordBatch in memory, storing in localstack s3, retrieving the RecordBatch, and comparing against original.

Also made sure that the BYTEA type is supported by DataType::Binary.

Why

Testing as many supported datatypes as possible, and adding tooling to dynamically retrieve record batches in our test environment without having to manually specify the RecordBatch schema.

@neilyio neilyio force-pushed the neil/fetch-recordbatch branch 4 times, most recently from c0785fb to 860651a Compare May 23, 2024 04:40
@neilyio neilyio merged commit 517e76b into dev May 23, 2024
16 checks passed
@neilyio neilyio deleted the neil/fetch-recordbatch branch May 23, 2024 22:22
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.

None yet

2 participants