GBASE 8a使用dblink报错ERROR 1105(HY000):can not create dblink temporary table

通过dblink在A集群查询B集群的表报错
sql:select * from aa.table@B_test limit 3;
报错:ERROR 1105(HY000):can not create dblink temporary table

查看建表语句中是否有关键字,例如“desc”等

can not create dblink temporary table
无法创建这个临时的表