MuhammadTahaNaveed commented on code in PR #1218:
URL: https://github.com/apache/age/pull/1218#discussion_r1320229791


##########
age--1.4.0.sql:
##########
@@ -3062,9 +3111,9 @@ PARALLEL SAFE;
 CREATE OPERATOR CLASS ag_catalog.gin_agtype_ops
 DEFAULT FOR TYPE agtype USING gin AS
   OPERATOR 7 @>,
-  OPERATOR 9 ?(agtype, text),
-  OPERATOR 10 ?|(agtype, text[]),
-  OPERATOR 11 ?&(agtype, text[]),
+  OPERATOR 9 ?(agtype, agtype),

Review Comment:
   @jrgemignani In cypher queries, only agtype is supported. So it had to be 
changed from text to agtype so that these operators can be used by gin.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to