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

[IR Runtime] IR TagOpt for more compact structure in Runtime #1594

Merged
merged 60 commits into from
May 20, 2022
Merged

[IR Runtime] IR TagOpt for more compact structure in Runtime #1594

merged 60 commits into from
May 20, 2022

Conversation

BingqingLyu
Copy link
Collaborator

What do these changes do?

  1. Use KeyId for all tags in Runtime for more compact Record structure.
  2. Add TagMeta processing in Sink Op (in Proto, IR-Core and Runtime).
  3. Fix all related CI tests.

Related issue number

Fixes #1593

longbinlai and others added 30 commits May 26, 2021 14:41
…oid potential cyclice dependencies while using the library in pegasus.
[IR Runtime] IR TagOpt for more compact structure in Runtime
BingqingLyu and others added 22 commits May 5, 2022 18:40
[IR Core] Support Union of Intersection in IR-Core
[IR Runtime] Support EdgeExpandWithIntersection and Unfold Op in Runtime
Revert "[IR Core] Support Union of Intersection in IR-Core"
…ction

Revert "[IR Runtime] Support EdgeExpandWithIntersection and Unfold Op in Runtime"
@BingqingLyu BingqingLyu added the component:gaia GAIA, the preview release of the next version of GIE label May 19, 2022
Copy link
Collaborator

@longbinlai longbinlai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These codes have been properly reviewed. Can merge after passing cis.

@codecov-commenter
Copy link

codecov-commenter commented May 19, 2022

Codecov Report

Merging #1594 (7107b34) into main (55d31d8) will decrease coverage by 32.83%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1594       +/-   ##
===========================================
- Coverage   73.17%   40.33%   -32.84%     
===========================================
  Files          88       88               
  Lines        9714     9714               
===========================================
- Hits         7108     3918     -3190     
- Misses       2606     5796     +3190     
Impacted Files Coverage Δ
python/graphscope/tests/unittest/test_java_app.py 0.00% <0.00%> (-100.00%) ⬇️
...ython/graphscope/tests/unittest/test_cython_ast.py 0.00% <0.00%> (-100.00%) ⬇️
...ython/graphscope/tests/unittest/test_serailaize.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/analytical/udf/patch.py 3.47% <0.00%> (-96.53%) ⬇️
python/graphscope/tests/unittest/test_lazy.py 0.00% <0.00%> (-96.30%) ⬇️
...thon/graphscope/tests/unittest/test_scalability.py 0.00% <0.00%> (-96.16%) ⬇️
python/graphscope/tests/unittest/test_app.py 0.00% <0.00%> (-95.66%) ⬇️
...hon/graphscope/tests/unittest/test_create_graph.py 0.00% <0.00%> (-92.00%) ⬇️
python/graphscope/tests/unittest/test_graph.py 0.00% <0.00%> (-84.93%) ⬇️
python/graphscope/tests/unittest/test_context.py 0.00% <0.00%> (-81.04%) ⬇️
... and 38 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55d31d8...7107b34. Read the comment docs.

@longbinlai longbinlai merged commit 33546c9 into alibaba:main May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:gaia GAIA, the preview release of the next version of GIE
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[IR Runtime] More compact structure of Record in IR-Runtime
4 participants