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

feat(interactive): Support retrieving current running schema of the query service #3787

Closed
zhanglei1949 opened this issue May 13, 2024 · 0 comments · Fixed by #3793
Closed
Assignees

Comments

@zhanglei1949
Copy link
Collaborator

Add a API which returns the current running graph's schema, can be used by compiler for generating plan.

@zhanglei1949 zhanglei1949 self-assigned this May 13, 2024
shirly121 pushed a commit that referenced this issue May 14, 2024
…Status` API's response. (#3793)

Interactive service now returns metadata of the current running graph
through the `GetServiceStatus` API. This enables the Compiler to
retrieve the running graph's schema for query optimization and plan
generation, as mentioned by @shirly121.

@lidongze0629, kindly update the coordinator to accommodate the changes
in the `GetServiceStatus` API.

@lidongze0629 Please note that the `graph` field in the schema mapping
has been removed since it is dummy.

Fix #3787
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant