Skip to content

The following two statements should output the same content #3652

Closed
@foesa-yang

Description

@foesa-yang

Please check the FAQ documentation before raising an issue

Describe the bug (required)

(root@nebula) [nba]> match (v:player{name:"Tony Parker"}) with v as a match p=(o:player{name:"Tim Duncan"})-[]->(a) return o.player.name
+---------------+
| o.player.name |
+---------------+
+---------------+
Empty set (time spent 2825/3306 us)

Thu, 06 Jan 2022 16:43:39 CST

(root@nebula) [nba]> match p=(o:player{name:"Tim Duncan"})-[]->(v:player{name:"Tony Parker"}) return o.player.name
+---------------+
| o.player.name |
+---------------+
| "Tim Duncan"  |
| "Tim Duncan"  |
+---------------+

L1VzZXJzL2ZvZXNhL0xpYnJhcnkvQ2FjaGVzL2NvbS5hbGliYWJhLkRpbmdUYWxrTWFjLzViOTI5YmYzYzA3MmE4MzcwZTZjMWMxNzE0ZjFmNjBlLmpwZw==

Your Environments (required)

  • OS: uname -a
  • Compiler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

type/bugType: something is unexpected

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions