15 lines
532 B
SQL
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; |