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

Fix IPC encode compatibility #29

Merged
merged 3 commits into from
Jan 13, 2025
Merged

Fix IPC encode compatibility #29

merged 3 commits into from
Jan 13, 2025

Conversation

jheer
Copy link
Member

@jheer jheer commented Jan 12, 2025

  • Explicitly encode default dictionary index type (do not use null to indicate default).
  • Include end-of-stream message in encoded IPC stream data.
  • Add DuckDB compatibility tests for direct ingest of Flechette-encoded IPC buffers.

Fix #28.

@jheer jheer merged commit 80d6fcd into main Jan 13, 2025
2 checks passed
@jheer jheer deleted the jh/compat branch January 13, 2025 02:01
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.

32-bit dictionary index types might be unavailable in the IPC output
1 participant