Files
doris/tools/emr_storage_regression/ping_test/ping.sql
slothever f0f3548dfe [regression](multi-catalog)add EMR cloud env test tools (#21788)
add emr test tools for aliyun, huawei cloud, tencent cloud.
2023-07-28 09:45:10 +08:00

15 lines
532 B
SQL

select * from spark_hms_db.types;
select * from spark_hms_db.types_one_part;
select * from spark_hms_db.types_multi_part;
select * from hive_hms_db.types;
select * from hive_hms_db.types_one_part;
select * from hive_hms_db.types_multi_part;
select * from spark_iceberg_db_hms.types;
select * from spark_iceberg_db_hms.types_one_part;
select * from spark_iceberg_db_hms.types_multi_part;
select * from hive_iceberg_db_hms.types;
select * from hive_iceberg_db_hms.types_one_part;
select * from hive_iceberg_db_hms.types_multi_part;