-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(interactive): Add current running graph meta info in `GetService…
…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
- Loading branch information
1 parent
348a2b7
commit e767a28
Showing
9 changed files
with
61 additions
and
2,196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.