Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@jheer jheer released this 13 Jan 02:37

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