You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excerpt: "Overview of all work happening in Vortex"
6
+
published: true
7
+
---
8
+
9
+
This month a lot of focus has been put on improving correctness using our fuzzer, in revamping arrays to make compute over compressed data and compute over GPUs even better.
10
+
11
+
## Core
12
+
13
+
1. Children of `ZonedLayoutReader` are evaluated lazily. [#5007]()
14
+
1. Introduced our own bit-buffer type, allowing for in-place mutation [#4940]()
15
+
16
+
## Integrations
17
+
18
+
### DFT
19
+
20
+
You can now try Vortex as part of [dft](https://github.com/datafusion-contrib/datafusion-dft), a batteries-included suite of data tools based on Apache DataFusion.
21
+
22
+
### DataFusion
23
+
24
+
1. Added support for pushing down filters onto fields of struct columns. #5024
25
+
26
+
## Acknowledgments
27
+
28
+
We want to thank to anyone who has tried Vortex, provided feedback, asked question and filed issues.
29
+
30
+
Special thanks go for all the contributors who took the time and care to contribute to Vortex this month (in descending count of commits):
0 commit comments