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

fix(interactive): Align Data Type in GIE Physical Pb with Flex #4367

Merged
merged 34 commits into from
Jan 7, 2025

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Dec 16, 2024

What do these changes do?

  1. support flex type system in GIE physical proto.
  2. support type conversion among different type systems, we have 3 type systems currently:
    a. Groot: defined in proto
    b. Flex: defined in proto
    c. Calcite, defined in java

The Calcite type system serves as the foundation for type inference in the compiler. Consequently, any other type system (e.g., Groot or Flex) must be convertible to Calcite.

The IrDataTypeConvertor plays a key role in this process. It defines the bidirectional type conversions between Calcite and the other two type systems.

Related issue number

Fixes #4362

@shirly121 shirly121 changed the title Ir align type fix(interactive): Align Data Type in GIE Physical Pb with Flex Dec 16, 2024
Copy link
Contributor

github-actions bot commented Dec 16, 2024

Please check the preview of the documentation changes at
https://4dd1d8a2.graphscope-docs-preview.pages.dev

Committed-by: xiaolei.zl from Dev container
@shirly121 shirly121 marked this pull request as ready for review December 30, 2024 08:50
@zhanglei1949
Copy link
Collaborator

@longbinlai @shirly121 We need to make sure the cypher procedure is still callable with the changes in this PR.

@codecov-commenter
Copy link

codecov-commenter commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@54a22fb). Learn more about missing BASE report.
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4367   +/-   ##
=======================================
  Coverage        ?   58.78%           
=======================================
  Files           ?       12           
  Lines           ?      592           
  Branches        ?        0           
=======================================
  Hits            ?      348           
  Misses          ?      244           
  Partials        ?        0           

Continue to review full report in Codecov by Sentry.

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

zhanglei1949 and others added 9 commits January 6, 2025 17:07
Committed-by: [email protected] from Dev container
… proto

Committed-by: bingqing.lbq from Dev container
Committed-by: bingqing.lbq from Dev container
Committed-by: [email protected] from Dev container

Committed-by: [email protected] from Dev container
Committed-by: bingqing.lbq from Dev container
Committed-by: bingqing.lbq from Dev container
@zhanglei1949 zhanglei1949 self-requested a review January 7, 2025 04:40
Copy link
Collaborator

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

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

LGTM

@zhanglei1949 zhanglei1949 merged commit 3b0e2f7 into alibaba:main Jan 7, 2025
33 of 35 checks passed
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.

feat(interactive): Align DataType in Physical Pb with Flex
4 participants