Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions accepted/0000-template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- Start Date: YYYY-MM-DD (today's date)
- Authors: John Smith, Foo Bar
- RFC PR: [vortex-data/rfcs#0000](https://github.com/vortex-data/rfcs/pull/0000)

# RFC Template
Expand All @@ -16,7 +17,8 @@ What problem does this solve? Include concrete use cases where possible.

## Design

Describe the proposed design in enough detail that someone familiar with Vortex could implement it. This should cover:
Describe the proposed design in enough detail that someone familiar with Vortex could implement it.
This should cover:

- New or modified APIs, traits, or vtable entries.
- How this interacts with existing components (encodings, layouts, scan, file format, etc.).
Expand Down Expand Up @@ -61,7 +63,8 @@ How have other systems solved this or similar problems? Consider:
- Database internals (DuckDB, DataFusion, Velox, etc.).
- Relevant academic papers or blog posts.

This section helps frame the design in a broader context. If there is no relevant prior art, that is fine.
This section helps frame the design in a broader context.
If there is no relevant prior art, that is fine.

## Unresolved Questions

Expand All @@ -71,4 +74,5 @@ This section helps frame the design in a broader context. If there is no relevan

## Future Possibilities

What natural extensions or follow-on work does this enable? This is a good place to note related ideas that are out of scope for this RFC but worth capturing.
What natural extensions or follow-on work does this enable? This is a good place to note related
ideas that are out of scope for this RFC but worth capturing.
1 change: 1 addition & 0 deletions accepted/0015-variant-type.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- Start Date: 2025-02-25
- Authors: Adam Gutglick
- RFC PR: [vortex-data/rfcs#15](https://github.com/vortex-data/rfcs/pull/15)

# Variant Type
Expand Down
1 change: 1 addition & 0 deletions accepted/0024-tensor.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- Start Date: 2026-03-04
- Authors: Connor Tsui
- RFC PR: [vortex-data/rfcs#24](https://github.com/vortex-data/rfcs/pull/24)

# Fixed-shape Tensor Extension
Expand Down
1 change: 1 addition & 0 deletions proposed/0005-extension.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- Start Date: 2026-02-27
- Authors: Connor Tsui
- RFC PR: [vortex-data/rfcs#5](https://github.com/vortex-data/rfcs/pull/5)

# Extension Types
Expand Down