Skip to content

Commit fc10fae

Browse files
committed
Draft
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 73cde16 commit fc10fae

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/content/blog/october-2025.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "October Bulletin"
3+
date: "2025-11-6"
4+
authors: ["Community Team"]
5+
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):
31+
32+
```text
33+
...
34+
```

0 commit comments

Comments
 (0)