GraphScope
GraphScope copied to clipboard
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
Exception in thread "main" java.lang.UnsupportedOperationException: can not convert RelDataType [Graph_Schema_Type(labels=[VertexLabel(Paper)], properties=[BIGINT id, CHAR(1) conference, CHAR(1) CCFRank, CHAR(1) CCFField, INTEGER year, CHAR(1) paper])] to GSDataTypeDesc at com.alibaba.graphscope.common.ir.meta.schema.GSDataTypeConvertor$Factory$2.convert(GSDataTypeConvertor.java:257) at com.alibaba.graphscope.common.ir.meta.schema.GSDataTypeConvertor$Factory$2.convert(GSDataTypeConvertor.java:103) at com.alibaba.graphscope.common.ir.meta.procedure.StoredProcedureMeta$Serializer.lambda$createProduceMetaMap$1(StoredProcedureMeta.java:191)...
Deploy compiler standalone or enable compiler inside Interactive show difference behavior of procedure meta fetching.
Currently the output is not beatified. ```txt detail: graph_id: '2' process_id: 1595804 end_time: '2024-07-04 11:27:12' id: '1' log: "WARNING: Logging before InitGoogleLogging() is written to STDERR\nI0704 11:27:12.024127\ \ 1595804 loader_factory.cc:66]...
 The deployed interactive service should be accessible from public network, so How to display the correct and consistent endpiont info ?
Currently the stored procedure list could be retrived by `gsctl ls`, we could extend `gsctl ls `?.
The query id could be negative in some cases ``` -977349755 ```
When the openapi-generated models fail during serialization/deserialization, the error message is inadequate and difficult to debug.
Reorganize the project structure of Interactive to make it easier for users to use their own storage.
We should beautify the returned json of `gsctl`. cc @longbinlai