Open tiger-hcx opened 1 year ago
注意:
Hive 表 Schema 变更不会自动同步,需要在 Doris 中重建 Hive 外表。
https://doris.apache.org/zh-CN/docs/dev/lakehouse/external-table/hive
pls reflesh the catalog cache again:
REFRESH CATALOG ctl1 PROPERTIES("invalid_cache" = "true");
Discussed in https://github.com/apache/doris/discussions/16000