diff --git a/accepted/0000-template.md b/accepted/0000-template.md index 72bf95c..da18b0c 100644 --- a/accepted/0000-template.md +++ b/accepted/0000-template.md @@ -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 @@ -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.). @@ -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 @@ -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. diff --git a/accepted/0015-variant-type.md b/accepted/0015-variant-type.md index 50b0660..0a4c689 100644 --- a/accepted/0015-variant-type.md +++ b/accepted/0015-variant-type.md @@ -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 diff --git a/accepted/0024-tensor.md b/accepted/0024-tensor.md index 3b810d4..c2ca126 100644 --- a/accepted/0024-tensor.md +++ b/accepted/0024-tensor.md @@ -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 diff --git a/proposed/0005-extension.md b/proposed/0005-extension.md index 3a02878..d35e109 100644 --- a/proposed/0005-extension.md +++ b/proposed/0005-extension.md @@ -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