This version adds IPC encoder fixes to improve compatibility with other Arrow-consuming tools.
Changelog
- Fix: Explicitly encode default (int32) dictionary index type. Do not use null to indicate default.
- Fix: Include end-of-stream (EOS) message in encoded IPC stream data.
- Fix: Add redundant schema and EOS message in IPC 'file' format encoder.
- Test: Update encode tests to include IPC 'file' format checks.
- Test: Add DuckDB compatibility tests for direct ingest of Flechette-encoded IPC 'stream' buffers.
Full Changelog: v1.1.1...v1.1.2