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

[GAIA Compiler] Introduce interfaces (GraphBuilder) to build compiler algebra layer #2432

Merged
merged 24 commits into from
Feb 17, 2023

Conversation

shirly121
Copy link
Collaborator

What do these changes do?

Related issue number

Fixes

@codecov-commenter
Copy link

Codecov Report

Merging #2432 (bfdb176) into main (b0f7323) will decrease coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2432      +/-   ##
==========================================
- Coverage   39.95%   39.93%   -0.02%     
==========================================
  Files          88       88              
  Lines        9757     9771      +14     
==========================================
+ Hits         3898     3902       +4     
- Misses       5859     5869      +10     
Impacted Files Coverage Δ
...on/graphscope/tests/kubernetes/test_demo_script.py 75.65% <0.00%> (-5.51%) ⬇️
python/graphscope/config.py 100.00% <0.00%> (ø)
python/graphscope/deploy/kubernetes/cluster.py 76.19% <0.00%> (ø)
python/graphscope/client/session.py 65.79% <0.00%> (+0.38%) ⬆️

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 c8a68fe...bfdb176. Read the comment docs.

* limitations under the License.
*/

package com.alibaba.graphscope.common.calcite.planner;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Consider changing a package name: com.alibaba.graphscope.common.calcite -> com.alibaba.graphscope.common.ir

@shirly121 shirly121 merged commit 43dfd82 into alibaba:main Feb 17, 2023
@shirly121 shirly121 deleted the ir_algebra_tmp branch February 20, 2023 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants