Skip to content

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

Merged
rafsun42 merged 1 commit into
apache:PG15from
jrgemignani:PG15_recognize_and_decode_vpc
Jan 5, 2024
Merged

Add checks for array functions to recognize and decode VPC (#1064)#1484
rafsun42 merged 1 commit into
apache:PG15from
jrgemignani:PG15_recognize_and_decode_vpc

Conversation

@jrgemignani

@jrgemignanijrgemignani commented Jan 4, 2024

Copy link
Copy Markdown
Contributor

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-actionsgithub-actionsBot added the PG15 PostgreSQL15 label Jan 4, 2024

@muhammadshoaibmuhammadshoaib left a comment

Copy link
Copy Markdown
Contributor

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:PG15Jan 5, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PG15PostgreSQL15

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jrgemignani@muhammadshoaib@rafsun42@MuhammadTahaNaveed