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

Fix star expression bind for property graph #193

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dentiny
Copy link
Contributor

@dentiny dentiny commented Dec 26, 2024

Addresses issue: #192

The core idea for this PR is, when a star expression is met, we only include the ones include in the property graph.

NOTICE: This is stacked up #191

@@ -191,23 +191,23 @@ EDGE TABLES (
DESTINATION KEY(collegeID) REFERENCES College(id)
PROPERTIES (classYear) LABEL studiesAt );

query IIII
query III
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test cases to verify only registered columns are returned.

@@ -25,7 +25,7 @@ EDGE TABLES (
query IIIIIIIIIII
-FROM GRAPH_TABLE (snb MATCH (p:Person)) limit 1;
----
2010-01-03 23:10:31.499+00 14 Hossein Forouhar male 1984-03-11 77.245.239.11 Firefox 1166 fa;ku;en [email protected]
1166 1984-03-11 Firefox 2010-01-03 23:10:31.499+00 [email protected] Hossein male 14 Forouhar 77.245.239.11 fa;ku;en
Copy link
Contributor Author

@dentiny dentiny Dec 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTICE: This is a behavior change.

@dentiny dentiny force-pushed the hjiang/fix-star-expression-bind branch from 7af3d90 to 13a430b Compare December 26, 2024 05:34
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 this pull request may close these issues.

1 participant