Re: Newbie: Join queries in MySQL.

2017-10-15 Thread Charuta Rajopadhye
age- > From: Charuta Rajopadhye [mailto:charuta...@gmail.com] > Sent: Thursday, October 12, 2017 11:28 PM > To: dev@drill.apache.org > Subject: Re: Newbie: Join queries in MySQL. > > Hi Timothy, > > Thank you very much for your reply. > > Regards, > Charuta > >

RE: Newbie: Join queries in MySQL.

2017-10-13 Thread Kunal Khatua
@drill.apache.org Subject: Re: Newbie: Join queries in MySQL. Hi Timothy, Thank you very much for your reply. Regards, Charuta On Fri, Oct 13, 2017 at 9:53 AM, Timothy Farkas wrote: > Hi Charuta, > > This is a known issue that other people have been bumping into as > well. As of

Re: Newbie: Join queries in MySQL.

2017-10-12 Thread Charuta Rajopadhye
andwidth to pick them up? > > Thanks, > Tim > > > From: Charuta Rajopadhye > Sent: Thursday, October 12, 2017 2:16:10 AM > To: dev@drill.apache.org > Subject: Newbie: Join queries in MySQL. > > Hi Team, > > > I have created a configurat

Re: Newbie: Join queries in MySQL.

2017-10-12 Thread Timothy Farkas
apache.org/jira/browse/DRILL-5713 https://issues.apache.org/jira/browse/DRILL-4211 Maybe someone else has some bandwidth to pick them up? Thanks, Tim From: Charuta Rajopadhye Sent: Thursday, October 12, 2017 2:16:10 AM To: dev@drill.apache.org Subject: Newbie: Jo

Newbie: Join queries in MySQL.

2017-10-12 Thread Charuta Rajopadhye
Hi Team, I have created a configuration for JDBC storage plugin in Drill, for a MySQL database. I am trying to fire join query on 2 tables. Both my tables have a column called 'id'/ Table defination: CREATE TABLE `simpleone` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, P