swap 不支持跨库

【StarRocks版本】2.5.17
【使用方式】:
sql: alter table db.test swap with test_1;
将其他库的表替换当前库的表,报错:
ERROR 1064 (HY000): Unexpected exception: Table avatar_order_order_car_1 does not exist or is not OLAP/LAKE table

@trueeyu @StarRocks小助手

建表是一个olap表

+1 我们也碰到过这个问题