jie.wang

Results 20 issues of jie.wang

# Feature Request *Please write your suggestion here.*

question

I forked docsy-example, and github tell me this: ![image](https://user-images.githubusercontent.com/38901892/70018476-3af18680-15c1-11ea-93df-bbce7312ed49.png)

# a IN b AND c (EdgeIndexPrefixScan) When profiling query: """ LOOKUP ON edge_1 WHERE edge_1.col2_int IN [11 , 66/2] AND edge_1.col2_int==11 YIELD edge_1.col2_int """ Then the result should be,...

type/enhancement
priority/low-pri

The project is https://github.com/neo4j/neo4j/tree/4.3, it consists of java and scala files but doesn't have a build.sbt file. So the extension(v1.10.8) doesn't work. ``` Java home: /home/bob/.jabba/jdk/[email protected] Metals version: 0.10.5 2021.08.04...

improvement
upstream-fix-needed

eg. In s2shape_index.h: ``` enum InitialPosition { BEGIN, END, UNPOSITIONED }; ``` Such an enum name like `BEGIN` is very common, so it is easy to have the same name...

![image](https://user-images.githubusercontent.com/38901892/108943848-88f61c80-7694-11eb-9443-376ceaca10ff.png) 执行./build.sh时报错

https://github.com/Tencent/plato/blob/master/plato/graph/structure/vid_encoder.hpp ``` spread_message( cache, [&](const push_context_t& context, size_t i, edge_unit_spec_t *edge) { if (opts_.src_need_encode_) { bool upserted = used.upsert(edge->src_, [](vid_t&){}, 0); if (upserted) { auto send_to = murmur_hash2(&(edge->src_), sizeof(VID_T)) %...