linghengqian commented on code in PR #29982: URL: https://github.com/apache/shardingsphere/pull/29982#discussion_r1510313194
########## test/e2e/sql/src/test/resources/cases/dql/dql-integration-select-system-schema-mysql.xml: ########## @@ -156,6 +156,10 @@ <test-case sql="SELECT * FROM information_schema.key_column_usage limit 1" db-types="MySQL" scenario-types="tbl" adapters="proxy"> <assertion expected-data-source-name="read_dataset" /> </test-case> + + <test-case sql="SELECT * FROM information_schema.keywords limit 1" db-types="MySQL" scenario-types="tbl" adapters="proxy"> + <assertion expected-data-source-name="read_dataset" /> + </test-case> Review Comment: - Modified the default MySQL Server version in `org.apache.shardingsphere.test.e2e.env.container.atomic.storage.impl.MySQLContainer` to 8.0 to solve the problem. -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org