hqbhoho commented on code in PR #7852: URL: https://github.com/apache/gravitino/pull/7852#discussion_r2262484716
########## trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00009_datatype_mapping.sql: ########## @@ -2,3 +2,7 @@ show create table gt_mysql.gt_mysql_test_all_type.demo; select * from gt_mysql.gt_mysql_test_all_type.demo; + +drop table gt_mysql.gt_mysql_test_all_type.demo; + +drop schema gt_mysql.gt_mysql_test_all_type Review Comment: okk I will remove later. -- 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]
