Skip to content

Commit 38c0ce4

Browse files
authored
Update RFC.md
1 parent 9fee7a5 commit 38c0ce4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

RFC.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ This design ensures the container can be scaled from local processing to lakehou
166166
- Should metrics be namespaced (`package/metric`)?
167167
- Should struct-based layouts be supported now or later?
168168
- Do we support event data natively or as a separate container?
169+
- Does `TrackingDataContainer` need to extend from kloppy `Dataset`? It probably should
170+
- Add a FrameBuilder? (using PyArrow `ArrayBuilder` - not supported in Python yet - see https://github.com/apache/arrow/issues/20529 )
171+
- Related tickets:
172+
- [Refactor serializer options into own component](https://github.com/PySport/kloppy/issues/10) -> Describes a FrameBuilder approach
173+
- [Refactor tracking data model](https://github.com/PySport/kloppy/pull/377)
169174

170175
---
171176

0 commit comments

Comments
 (0)