-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
@nikhil96sher Please suggest in comments what we need to work on. Once we finish our discussion, I will turn them into individual Issues. In our joint meeting, we can discuss who can work on what.
- Block direct commits to master/main. (done)
- [rust] Create GitHub Actions for running
cargo testfor every PR. (done) - [rust] Add
ArrayDatamodule for handling csv-like data. - [rust] Add an implementation for join (which builds and retains a hash table inside).
- this node keeps a small table (in hash table) in memory and pipeline the data from a large table.
- [rust] Add an implementation for merging two tables (sorted on a key)
- this node is to efficiently join
lineitemandorders, assuming they are already sorted on their keys (i.e.,orderkey).
- this node is to efficiently join
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation