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 issue 1033: access operator on vle edge lists #1037

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

jrgemignani
Copy link
Contributor

This patch fixes an issue where the edge lists generated by the vle function couldn't be resolved by the agtype_access_operator.

Added regression tests.

@dehowef
Copy link
Member

dehowef commented Jul 13, 2023

Looks good to me.

Copy link
Contributor

@muhammadshoaib muhammadshoaib left a comment

Choose a reason for hiding this comment

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

Approved.

Copy link
Member

@MuhammadTahaNaveed MuhammadTahaNaveed left a comment

Choose a reason for hiding this comment

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

Looks good!

Copy link
Member

@rafsun42 rafsun42 left a comment

Choose a reason for hiding this comment

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

Looks good

@jrgemignani
Copy link
Contributor Author

Please hold off on merging this PR. After reviewing Taha's PR #1034, I feel that this one could incorporate some of his logic and could use some clarifying comments. Thank you @MuhammadTahaNaveed for your work too!

@jrgemignani
Copy link
Contributor Author

@MuhammadTahaNaveed I will look at how this relates to #395.

This patch fixes an issue where the edge lists generated by the
vle function couldn't be resolved by the agtype_access_operator.

Added regression tests.

A big thanks to Taha for showing that this function could be
simplified.
@jrgemignani
Copy link
Contributor Author

@MuhammadTahaNaveed #395 appears to have to do with a different issue, somewhere in the collect function.

@jrgemignani
Copy link
Contributor Author

If everyone is happy with this PR - which has been modified - please merge it :)

@MuhammadTahaNaveed
Copy link
Member

@MuhammadTahaNaveed #395 appears to have to do with a different issue, somewhere in the collect function.

Oh okay..... 👍

@rafsun42
Copy link
Member

If everyone is happy with this PR - which has been modified - please merge it :)

@MuhammadTahaNaveed Could you merge this PR? :)

@MuhammadTahaNaveed MuhammadTahaNaveed merged commit ad06df0 into apache:master Jul 14, 2023
6 checks passed
jrgemignani added a commit to jrgemignani/age that referenced this pull request Jul 17, 2023
This patch fixes an issue where the edge lists generated by the
vle function couldn't be resolved by the agtype_access_operator.

Added regression tests.

A big thanks to Taha for showing that this function could be
simplified.
jrgemignani added a commit to jrgemignani/age that referenced this pull request Jul 17, 2023
This patch fixes an issue where the edge lists generated by the
vle function couldn't be resolved by the agtype_access_operator.

Added regression tests.

A big thanks to Taha for showing that this function could be
simplified.
M4rcxs pushed a commit to M4rcxs/age that referenced this pull request Jul 18, 2023
This patch fixes an issue where the edge lists generated by the
vle function couldn't be resolved by the agtype_access_operator.

Added regression tests.

A big thanks to Taha for showing that this function could be
simplified.
muhammadshoaib pushed a commit to muhammadshoaib/age that referenced this pull request Jul 20, 2023
This patch fixes an issue where the edge lists generated by the
vle function couldn't be resolved by the agtype_access_operator.

Added regression tests.

A big thanks to Taha for showing that this function could be
simplified.
MuhammadTahaNaveed pushed a commit to MuhammadTahaNaveed/age that referenced this pull request Aug 24, 2023
This patch fixes an issue where the edge lists generated by the
vle function couldn't be resolved by the agtype_access_operator.

Added regression tests.

A big thanks to Taha for showing that this function could be
simplified.
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.

Property access from edge/vertex in array gives unexpected error
5 participants