Skip to content

Add checks for array functions to recognize and decode VPC (#1064) #1484

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

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

jrgemignani
Copy link
Contributor

@jrgemignani jrgemignani commented Jan 4, 2024

Author: Muhammad Taha Naveed m.taha.naveed27@gmail.com

  • Add checks for array functions to recognize and decode VPC
  • Added for array functions size, head, last, isEmpty, reverse, agtype_in_operator and agtype_access_slice.

  • Fixed a bug where object input to reverse would terminate the server instead of erroring out.

  • Added regression tests.

  • Fix issue with in operator tranformation
  • We need to build a function call here if the rexpr is already tranformed. It can be already tranformed cypher_list as columnref.

* Add checks for array functions to recognize and decode VPC

- Added for array functions size, head, last, isEmpty, reverse,
  agtype_in_operator and agtype_access_slice.

- Fixed a bug where object input to reverse would terminate the server
  instead of erroring out.

- Added regression tests.

* Fix issue with in operator tranformation

- We need to build a function call here if the rexpr is already
  tranformed. It can be already tranformed cypher_list as columnref.
@github-actions github-actions bot added the PG15 PostgreSQL15 label Jan 4, 2024
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

@rafsun42 rafsun42 merged commit 6827ce7 into apache:PG15 Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG15 PostgreSQL15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants