我设法连接了 Drill 和 PostgreSQL,但即使是像show tables我收到的简单命令:
org.apache.drill.common.exceptions.UserException: VALIDATION ERROR: Multiple entries with same key: campaign_items=JdbcTable {campaign_items} and campaign_items=JdbcTable {campaign_items}
我有两个架构public,fdw其中包含相同的表名campaign_items。如何强制 Drill 使用完全限定名称以避免混淆?还有其他建议吗?