iffyio commented on code in PR #2033:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2033#discussion_r2362093397


##########
tests/sqlparser_mysql.rs:
##########
@@ -4247,3 +4247,33 @@ fn test_create_index_options() {
         "CREATE INDEX idx_name ON t(c1, c2) USING BTREE LOCK = EXCLUSIVE 
ALGORITHM = DEFAULT",
     );
 }
+
+#[test]
+fn parse_invisible_column() {

Review Comment:
   Since it has now become dialect agnostic I think we can move the test to 
common.rs and use `verified_stmt()` there so that it runs on all dialects



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