Hi All,
I've create a unified_catalog with Hive Metastore as external catalog. when I run this query from starrocks with external catalog, I can only see columns of databases, tables from default_catalog. I'm using 4.0 version of starrocks.
select * from hive_catalog.information_schema.columns
Am I missing something here?