HappenLee commented on code in PR #36409: URL: https://github.com/apache/doris/pull/36409#discussion_r1643679686
########## regression-test/suites/external_table_p0/info_schema_db/test_info_schema_db.groovy: ########## @@ -131,4 +131,6 @@ suite("test_info_schema_db", "p0,external,hive,external_docker,external_docker_h qt_sql116 """select table_catalog, table_schema, table_name from information_schema.tables where table_schema='${innerdb}'""" qt_sql117 """select table_catalog, table_schema, table_name from ${catalog_name}.information_schema.columns where table_schema='tpch1_parquet'""" qt_sql118 """select table_catalog, table_schema, table_name from ${catalog_name}.INFORMATION_SCHEMA.COLUMNS where TABLE_SCHEMA='tpch1_parquet'""" + + sql "select * from information_schema.PROCESSLIST;" Review Comment: why only case not `.out` result ? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org