Skip to content

Bug: Fix crashes on some queries using paths + label() #106

@adsharma

Description

@adsharma

Ladybug version

v0.13.1

What operating system are you using?

Ubuntu 24.04

What happened?

lbug>  import database 'dataset/demo-db/parquet';
lbug> MATCH p = (n)-[:LivesIn]->(m:City) WITH nodes(p) AS ns RETURN label(ns[1]);

Causes a segfault. There are a few other bugs linked to:

predictable-labs/ryugraph#2

Are there known steps to reproduce?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions