Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Coral-Incremental] Incremental plan generation for RelNode incremental rewrite #520

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a80f590
Setup coral-incremental logic for nested query support
AliceYeh12 Apr 26, 2023
69fef78
Clarify replaced temp view last and delta pairs
AliceYeh12 Apr 26, 2023
8289b6b
Update nested join test case
AliceYeh12 Apr 26, 2023
88fa70d
Set deterministic naming scheme for intermediate tables
AliceYeh12 Apr 27, 2023
c3caa1a
Refactor logic to be self-contained in transformer and update tests
AliceYeh12 Apr 28, 2023
00bc8cb
Refactor subtree replacement method name
AliceYeh12 Apr 28, 2023
31e04d7
feat: add prev format rewrite
yyy1000 Jul 26, 2024
9210efc
Merge branch 'plan-generation' into subquery
yyy1000 Jul 26, 2024
5f23509
Merge pull request #3 from yyy1000/subquery
yyy1000 Jul 26, 2024
0a88432
fix merge conflict
yyy1000 Jul 26, 2024
019b1b6
feat: add all incremental rewrite
yyy1000 Jul 26, 2024
9818c6f
feat: uniform RelNode format
yyy1000 Jul 29, 2024
f203ad8
feat: consolidate unit tests
yyy1000 Jul 29, 2024
8bc0859
doc: add java doc for some methods in plan generator
yyy1000 Jul 29, 2024
4311d1b
doc: more java doc
yyy1000 Jul 29, 2024
4ed498a
fix: remove unnecessary changes
yyy1000 Jul 29, 2024
2d638fa
fix: remove unnecessary changes
yyy1000 Jul 29, 2024
0fef86c
doc: update java doc
yyy1000 Aug 1, 2024
dbc8d44
docs: update java doc
yyy1000 Aug 1, 2024
a990bd8
docs: update java doc
yyy1000 Aug 2, 2024
de29912
docs: add input and output to java doc
yyy1000 Aug 6, 2024
74c8eb9
docs: add table name notation
yyy1000 Aug 6, 2024
d00ec49
Merge branch 'linkedin:master' into plan-generation
yyy1000 Aug 7, 2024
a601a99
feat: make batch execution stages
yyy1000 Aug 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading