alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.17k stars 424 forks source link

[BUG] StringMap property could not be accessed by hqps engine now. #3971

Open zhanglei1949 opened 5 days ago

zhanglei1949 commented 5 days ago

Since hqps use RefColumnBase to visit the vertex property columns, we can not access the stringMap column, since it is not a subclass of typed ref column. We should fix this probelm. https://github.com/alibaba/GraphScope/blob/main/flex/engines/hqps_db/database/mutable_csr_interface.h#L865