yiguolei commented on code in PR #38746: URL: https://github.com/apache/doris/pull/38746#discussion_r1708627297
########## regression-test/suites/query_p0/system/test_table_options.groovy: ########## @@ -184,6 +177,41 @@ suite("test_table_options") { ); """ - qt_select """select * from information_schema.table_options where table_schema=\"${dbName}\" order by TABLE_NAME; """ - sql "drop database if exists ${dbName}" + qt_select_check_1 """select * from information_schema.table_options where table_schema=\"${dbName}\" order by TABLE_NAME; """ + sql """ + drop table test_row_column_page_size2; + """ + qt_select_check_2 """select * from information_schema.table_options where table_schema=\"${dbName}\" order by TABLE_NAME; """ Review Comment: should order by all columns to make sure the case is stable -- 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