Re: Drill fails for postgress if you use a Foreign Tables

2019-10-21 Thread Igor Guzenko
Hello everyone, I have created ticket to track the issue (DRILL-7415 [1]) and I'll fix it in scope of Calcite's update ticket [2]. [1] https://issues.apache.org/jira/browse/DRILL-7415 [2] https://issues.apache.org/jira/browse/DRILL-7406 Thanks, Igor On Sun, Oct 20, 2019 at 6:14 PM Charles

Re: Drill fails for postgress if you use a Foreign Tables

2019-10-20 Thread Charles Givre
Hi Erik, Would you mind please creating a JIRA at issues.apache.org with this? THanks, -- C > On Oct 17, 2019, at 9:32 AM, Erik Anderson wrote: > > On Thu, Oct 17, 2019, at 7:02 AM, Arina Yelchiyeva wrote: >> Hi Erik, >> >> Could you please provide full

Re: Drill fails for postgress if you use a Foreign Tables

2019-10-17 Thread Erik Anderson
On Thu, Oct 17, 2019, at 7:02 AM, Arina Yelchiyeva wrote: > Hi Erik, > > Could you please provide full stacktrace from the logs? > > Kind regards, > Arina > 2019-10-16 15:53:46,506 [2258c2f7-4039-9c82-f660-58820627924b:frag:0:0] ERROR o.a.d.e.w.fragment.FragmentExecutor - SYSTEM ERROR:

Re: Drill fails for postgress if you use a Foreign Tables

2019-10-17 Thread Arina Yelchiyeva
Hi Erik, Could you please provide full stacktrace from the logs? Kind regards, Arina > On Oct 16, 2019, at 11:00 PM, Erik Anderson wrote: > > Short version: > > SELECT * FROM `INFORMATION_SCHEMA`.`TABLES`; > > org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: >

Drill fails for postgress if you use a Foreign Tables

2019-10-16 Thread Erik Anderson
Short version: SELECT * FROM `INFORMATION_SCHEMA`.`TABLES`; org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalArgumentException: Multiple entries with same key: vessel=JdbcTable {vessel} and vessel=JdbcTable {vessel} Long Version: 1) Setup a JDBC driver in Drill to