LucaCappelletti94 commented on code in PR #1707:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1707#discussion_r1969591135


##########
tests/sqlparser_postgres.rs:
##########
@@ -2477,6 +2477,257 @@ fn parse_create_anonymous_index() {
     }
 }
 
+#[test]
+fn parse_create_users_name_trgm_index() {
+    let sql = "CREATE INDEX users_name_trgm_idx ON users USING GIN 
(concat_users_name(first_name, last_name) gin_trgm_ops)";

Review Comment:
   I have now added in commit 
[be9ec88](https://github.com/apache/datafusion-sqlparser-rs/pull/1707/commits/be9ec88fb1522af9aef8045a6f9f11918aa81813)
 a test that covers the multi-column case.



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to