3.8.2
marco-neumann-by
released this
09 Apr 08:00
·
244 commits
to master
since this release
Improvements
- Read performance improved for, especially for partitioned datasets and queries with empty payload columns.
Bug fixes
- #262: Raise an exception when trying to partition on a column with null values to prevent silent data loss
- Fix multiple index creation issues (cutting data, crashing) for
uint
data - Fix index update issues for some types resulting in
TypeError: Trying to update an index with different types...
messages. - Fix issues where index creation with empty partitions can lead to
ValueError: Trying to create non-typesafe index