BePPPower commented on code in PR #26238:
URL: https://github.com/apache/doris/pull/26238#discussion_r1383347851
##########
regression-test/suites/query_p0/system/test_query_sys_tables.groovy:
##########
@@ -87,12 +87,53 @@ suite("test_query_sys_tables", "query,p0") {
// test files
// have no impl
+ qt_desc_files """desc `information_schema`.`files` """
+ qt_query_files """ select * from `information_schema`.`files` """
+
+ // test schema_privileges
+ // have no impl
+ qt_desc_schema_privileges """desc `information_schema`.`schema_privileges`
"""
+ qt_select_schema_privileges """ select * from
information_schema.schema_privileges where GRANTEE = "root%" """
+
+ // test table_privileges
+ // have no impl(fe:listTablePrivilegeStatus)
+ qt_desc_table_privileges """desc `information_schema`.`table_privileges`
"""
+ qt_select_schema_privileges """ select * from
information_schema.table_privileges """
+
// test partitions
// have no impl
+ qt_desc_partitions """ desc `information_schema`.`partitions` """
+ qt_select_partitions """ select * from `information_schema`.`partitions`;
"""
+
Review Comment:
we'd better use `order_qt` for select statement, rather than `qt`.
--
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]