-
Notifications
You must be signed in to change notification settings - Fork 443
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
Conversation
Codecov Report
Additional details and impacted files@@ 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
Continue to review full report at Codecov.
|
* limitations under the License. | ||
*/ | ||
|
||
package com.alibaba.graphscope.common.calcite.planner; |
There was a problem hiding this comment.
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
What do these changes do?
Related issue number
Fixes