Skip to content

Commit 66db866

Browse files
committed
add author to template
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent 96dd923 commit 66db866

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

accepted/0000-template.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Start Date: YYYY-MM-DD (today's date)
2+
- Authors: John Smith, Foo Bar
23
- RFC PR: [vortex-data/rfcs#0000](https://github.com/vortex-data/rfcs/pull/0000)
34

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

1718
## Design
1819

19-
Describe the proposed design in enough detail that someone familiar with Vortex could implement it. This should cover:
20+
Describe the proposed design in enough detail that someone familiar with Vortex could implement it.
21+
This should cover:
2022

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

64-
This section helps frame the design in a broader context. If there is no relevant prior art, that is fine.
66+
This section helps frame the design in a broader context.
67+
If there is no relevant prior art, that is fine.
6568

6669
## Unresolved Questions
6770

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

7275
## Future Possibilities
7376

74-
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.
77+
What natural extensions or follow-on work does this enable? This is a good place to note related
78+
ideas that are out of scope for this RFC but worth capturing.

accepted/0015-variant-type.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Start Date: 2025-02-25
2+
- Authors: Adam Gutlick
23
- RFC PR: [vortex-data/rfcs#15](https://github.com/vortex-data/rfcs/pull/15)
34

45
# Variant Type

accepted/0024-tensor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Start Date: 2026-03-04
2+
- Authors: Connor Tsui
23
- RFC PR: [vortex-data/rfcs#24](https://github.com/vortex-data/rfcs/pull/24)
34

45
# Fixed-shape Tensor Extension

proposed/0005-extension.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Start Date: 2026-02-27
2+
- Authors: Connor Tsui
23
- RFC PR: [vortex-data/rfcs#5](https://github.com/vortex-data/rfcs/pull/5)
34

45
# Extension Types

0 commit comments

Comments
 (0)