alibaba / alibaba/GraphScope

Add timeout for Interactive Query

Open
#4,407 6 comments 0 reactions 1 assignee Claimed by @zhanglei1949 View on GitHub
stale
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

Following query failed on Interactive.
```cypher
MATCH (p:Paper)-[:Paper_Has_Experiment]->(e:Experiment),
(p)-[:Paper_Has_Challenge]->(c:Challenge),
(p)-[:Paper_Has_Solution]->(s:Solution),
(p)-[:Paper_Has_Baseline]->(b:Baseline),
(p)-[:Paper_Has_Contribution]->(co:Contribution)
RETURN p.title AS PaperTitle,
e.name AS ExperimentName,
c.name AS ChallengeName,
s.name AS SolutionName,
b.name AS BaselineName,
co.summary AS ContributionSummary
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.