Skip to content

Discuss TODO items #3

@pyongjoo

Description

@pyongjoo

@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.

  1. Block direct commits to master/main. (done)
  2. [rust] Create GitHub Actions for running cargo test for every PR. (done)
  3. [rust] Add ArrayData module for handling csv-like data.
  4. [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.
  5. [rust] Add an implementation for merging two tables (sorted on a key)
    • this node is to efficiently join lineitem and orders, assuming they are already sorted on their keys (i.e., orderkey).

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions