altmannmarcelo commented on code in PR #2033:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2033#discussion_r2362547065
##########
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:
Done.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]