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: docs/source/contributor-guide/roadmap.md
+39-20Lines changed: 39 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,26 @@ under the License.
22
22
Comet is an open-source project and contributors are welcome to work on any issues at any time, but we find it
23
23
helpful to have a roadmap for some of the major items that require coordination between contributors.
24
24
25
-
## Major Initiatives
25
+
## Window Expressions
26
26
27
-
### Iceberg Integration
27
+
Native window execution is currently disabled by default due to known correctness issues ([#2721], [#2841]).
28
+
In addition, dedicated window functions such as `rank`, `dense_rank`, `row_number`, `lag`, `lead`, `ntile`,
29
+
`cume_dist`, `percent_rank`, and `nth_value` are not yet implemented and fall back to Spark ([#2705]). The
30
+
goal is to enable windowed aggregates by default ([#4007]) and add the missing dedicated window functions.
28
31
29
-
Reads of Iceberg tables with Parquet data files are fully native and enabled by default, powered by a scan operator
30
-
backed by Iceberg-rust ([#2528]). We anticipate major improvements in the next few releases, including bringing Iceberg table format V3 features (_e.g._,
0 commit comments