Skip to content

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 transformation
  • We need to build a function call here if the rexpr is already transformed. It can be already transformed cypher_list as columnref.

Resolved -

Conflicts:
src/backend/parser/cypher_expr.c

* 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.

Resolved -

Conflicts:
	src/backend/parser/cypher_expr.c
@github-actions github-actions bot added the PG13 PostgreSQL13 label Jan 4, 2024
@rafsun42 rafsun42 merged commit 7cc4c92 into apache:PG13 Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PG13 PostgreSQL13

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants