Skip to content

Integrate RDL - #403

Closed
ntgbaoo wants to merge 1 commit into
mainfrom
35-RDL
Closed

Integrate RDL#403
ntgbaoo wants to merge 1 commit into
mainfrom
35-RDL

Conversation

@ntgbaoo

@ntgbaoo ntgbaoo commented Apr 21, 2026

Copy link
Copy Markdown
Member

Summary / Description

WIP

Related Issues: #35

Type of Change

  • Bug fix
  • New feature
  • Breaking Change
  • Refactoring
  • Documentation update

Test Evidence

Describe how this PR has been tested.

  • Unit tests
  • Integration tests
  • Performance tests

Questions / Discussion Points

List any areas where you’d like reviewer input or have open questions.

Problem 1: node ID from a different table.
To solve this problem and make it work with TGM.
We need to go through the table.
If the table has a primary key, update it to make sure there is no ID overlap
If the table has no primary key, we need to add a primary key and ensure the node ID is continuous
In this case, we treat each table as a node type

Problem 2: misalignment between node features
Different tables/node types have different feature dimensions. Padding may work, but not
very memory efficient

@ntgbaoo ntgbaoo self-assigned this Apr 21, 2026
@ntgbaoo ntgbaoo added enhancement New feature or request DGraph Core graph datastructure DGDataset labels Apr 21, 2026
@ntgbaoo ntgbaoo added this to the Beta Release 3 milestone Apr 21, 2026
@ntgbaoo ntgbaoo linked an issue Apr 21, 2026 that may be closed by this pull request
@ntgbaoo ntgbaoo closed this May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DGDataset DGraph Core graph datastructure enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RDL: Native Support for RelBench Datasets

1 participant