Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cypher query failure on Interactive #4378

Open
zhanglei1949 opened this issue Dec 19, 2024 · 1 comment · May be fixed by #4379
Open

[BUG] Cypher query failure on Interactive #4378

zhanglei1949 opened this issue Dec 19, 2024 · 1 comment · May be fixed by #4379
Assignees

Comments

@zhanglei1949
Copy link
Collaborator

MATCH(a)-[r]->(b)
where elementId(a) in [1]
return collect(labels(b));
@zhanglei1949
Copy link
Collaborator Author

plan {
  opr {
    group_by {
      functions {
        vars {
          tag {
            id: 2
          }
          property {
            label {
            }
          }
          node_type {
            data_type: INT32
          }
        }
        aggregate: TO_LIST
        alias {
          value: 3
        }
      }
    }
  }
  meta_data {
    type {
      data_type: STRING_ARRAY
    }
    alias: 3
  }
}
plan {
  opr {
    sink {
      sink_target {
        sink_default {
        }
      }
    }
  }
}

Is the TypeInference ok? @shirly121

@zhanglei1949 zhanglei1949 linked a pull request Dec 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants