Releases: disney/quanta
Releases · disney/quanta
v0.9.15-rc-8
- Attempt to fix parquet encodings
v0.9.15-rc-6
Back out the changes for upgrading to AWS API V2.
v0.9.15-rc-5
- If checkpointing is enabled and the DynamoDB checkpoint table is empty, populate it from shard list.
- Fix Render method on UUIDBSI to ensure 16 bytes for constructing UUID's
- Change sort order on partition aging report
v0.9.15-rc-3
Bug fixes
v0.9.15-rc2-
- Support for protobuf payloads
- Support for arbitrarily large BSI values
- New UUIDBSI type for storing UUIDs
v0.9.15-rc-7
- Fix export issue when generating parquet output due to new library schema type parameters.
- Change checkpointing so that AFTER_SEQUENCE_NUMBER is set for initial position if there are records in the checkpoint DB when using LATEST
v0.9.14
v0.9.14-rc-5
- Fix issues with off lining data
- Fix issues with join projections.
v0.9.14-rc-4
- Fix bug with table truncate function in admin tool
v0.9.14-rc-2
- Added data load tools for TPC-H benchmark support
- Added support for surrogate integer values (stores columnids for foreign keys)
- Added partition status report and ability to 'offline' data to manage memory on data nodes.
- Added support for batch updates via SQL UPDATE statement
- Fixed SQL DELETE
- Added test cases and sqlrunner support for UPDATE/DELETE mutations
- Added ability to specify whether a standard bitmap column type can support value 'exclusion' via the 'nonExclusive' column designator in schema files.
- Various and sundry bug fixes