Commit c332f70
authored
feat(interactive): Support compiler fetching schema from
Previously, compiler get the schema info from the response of `GET
/v1/service/status` where the schema info is in the field `graph` of
response. However, we should support let compier get schema from the
specific graph `GET /v1/graph/{graph_id]/schema`./v1/graph/{graph_id} (#4585)1 parent 1fc617f commit c332f70
File tree
1 file changed
+12
-4
lines changed- interactive_engine/compiler/src/main/java/com/alibaba/graphscope/common/ir/meta/reader
1 file changed
+12
-4
lines changedLines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
151 | 159 | | |
152 | 160 | | |
153 | 161 | | |
| |||
0 commit comments