fresher1chen

Results 1 comments of fresher1chen

> 您好,感谢使用GIE. 请问,单独执行(不调用subgraph): `g.V().hasLabel('intopieces').has('commit_time',neq(0)).as('a').out().in().hasLabel('intopieces').as('b').where('a',gt('b')).by('commit_time').outE().limit(10)` 会出问题吗? ![image](https://user-images.githubusercontent.com/44836806/142128692-e5c10b5f-2925-4af0-86f1-5aef76e1429d.png) 您好,可以正常执行。 请帮忙看下是什么原因导致的呢