Joye Mang

Results 20 issues of Joye Mang

### OrientDB Version: orientdb-tp3-3.2.16 ### Java Version: ### OS: We execute the following gremlin query where prop1 is not defined for all edges: ``` Gremlin: g.E().order().by(values("prop1")) Result: java.lang.IllegalArgumentException ``` ##...

bug

### OrientDB Version: orientdb-tp3-3.2.16 ### Java Version: ### OS: We execute the following gremlin query where prop1 is not defined for all vertices: ``` Gremlin: g.V().order().by(values("prop1")) Result: java.lang.IllegalArgumentException ``` ##...

bug

### OrientDB Version: orientdb-tp3-3.2.16 ### Java Version: ### OS: We execute the following gremlin query: ``` Gremlin1: g.V().where(__.both().values("prop17").max().is(lt(274424584))).count() Result1: 10 Gremlin2: g.V().where(__.both().values("prop17").order().max().is(lt(274424584))).count() Result2: java.lang.ClassCastException: java.math.BigDecimal cannot be cast to java.lang.Double...

enhancement

- Neo4j version: 5.8.0-enterprise - Operating system: Ubuntu 20.04 - API/Driver: Cypher - **Steps to reproduce** Hello! While testing Neo4j, I met an unexpected exception when using the ```%``` label...

feature
cypher
team-cypher

**Memgraph version** 2.6.0 **Environment** Ubuntu 20.04 **Describe the bug** Hi! When I execute two equivalent queries, they return different results. ``` Query1: MATCH (n0 :L3)

bug
community
Effort - Medium
Severity - S3
Priority - Later
Frequency - Monthly
Reach - VeryFew

**Memgraph version** 2.6.0 **Environment** Ubuntu 20.04 **Describe the bug** Hello there! I've noticed that memgraph currently doesn't allow the usage of list as the key in "ORDER" clauses. When executing...

bug
community
Effort - Medium
Severity - S3
Priority - Later
Frequency - Weekly
Reach - VeryFew

Hello~ Here are seven new crash reports, and I merged them here since they are triggered by some similar graph structures. ### 1. `nx.random_spanning_tree` for a graph with a single...

### Bug Type (问题类型) gremlin (结果不合预期) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in...

bug
question
gremlin

### Bug Type (问题类型) other exception / error (其他异常报错) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: Apache HugeGraph(incubating) Release...

bug
gremlin

### Bug Type (问题类型) gremlin (结果不合预期) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in...

bug