Skip to content

v0.4.0

Compare
Choose a tag to compare
@osopardo1 osopardo1 released this 03 Aug 12:44
· 161 commits to main since this release
97c6ab7

Version 0.4.0 is finally here!

The main changes in this version include:

  1. Support for Spark 3.3.0 and Delta 2.1.0. It's about time to catch up with the latest versions!

  2. Including OR and IN operators in the Query Filters. Merged in #186 This is a strong use case in which we can filter the files that belong to a certain space separately in anOR predicate.

  3. New hints on Spark Log for Data Skipping. Merged in #179. More precisely, how many files have been skipped and the percentage read. Now, your Spark trace may contain some text like:

OTreeIndex data filters (exec id 1: (id is not null))
Qbeast filtered files (exec id 1): 0 of 4
  1. Merged #182. Inner Cubes State is printed to facilitate debugging.

  2. Solved several bugs that were influencing the read of Timestamps and the Transformation process. Those include #195 and #202.

Contributors

@Jiaweihu08 @osopardo1 @Adricu8

Full Changelog: v0.3.1...v0.4.0