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
Copy file name to clipboardExpand all lines: README.md
+54
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,60 @@ datafusion = "6.0.0"
141
141
142
142
DataFusion also includes a simple command-line interactive SQL utility. See the [CLI reference](https://arrow.apache.org/datafusion/cli/index.html) for more information.
143
143
144
+
# Roadmap
145
+
146
+
A quarterly roadmap will be published to give the DataFusion community visibility into the priorities of the projects contributors. This roadmap is not binding.
147
+
148
+
## 2022 Q1
149
+
150
+
### DataFusion Core
151
+
152
+
- Publish official Arrow2 branch
153
+
- Implementation of memory manager (i.e. to enable spilling to disk as needed)
154
+
155
+
### Benchmarking
156
+
157
+
- Inclusion in Db-Benchmark with all quries covered
158
+
- All TPCH queries covered
159
+
160
+
### Performance Improvements
161
+
162
+
- Predicate evaluation
163
+
- Improve multi-column comparisons (that can't be vectorized at the moment)
164
+
- Null constant support
165
+
166
+
### New Features
167
+
168
+
- Read JSON as table
169
+
- Simplify DDL with Datafusion-Cli
170
+
- Add Decimal128 data type and the attendant features such as Arrow Kernel and UDF support
171
+
- Add new experimental e-graph based optimizer
172
+
173
+
### Ballista
174
+
175
+
- Begin work on design documents and plan / priorities for development
0 commit comments