v0.4.0
Version 0.4.0 is finally here!
The main changes in this version include:
-
Support for
Spark 3.3.0
andDelta 2.1.0
. It's about time to catch up with the latest versions! -
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 an
OR
predicate. -
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
-
Merged #182. Inner Cubes State is printed to facilitate debugging.
-
Solved several bugs that were influencing the read of
Timestamps
and theTransformation
process. Those include #195 and #202.
Contributors
@Jiaweihu08 @osopardo1 @Adricu8
Full Changelog: v0.3.1...v0.4.0