Re: Drill Jdbc filter pushdown

2018-02-22 Thread Chris Cunningham
Hi Rahul, while you are working on that, might I tempt to you also look at date_add() and date_sub()? They behave the same way as the interval issue with the JDBC plugin - the issue might be similar between the two. Thanks, Chris On Thu, Feb 22, 2018 at 6:12 AM, Rahul Raj

Re: difference between cast as timestamp and to_timestamp

2018-07-09 Thread Chris Cunningham
Hi Divya, TO_TIMESTAMP takes varchar (string) input to convert to timestamps, not numbers. https://drill.apache.org/docs/data-type-conversion/#to_timestamp Thanks, Chris On Wed, Jul 4, 2018 at 2:57 AM Divya Gehlot wrote: > Hi , > But Why I get the timestamp in below format > >

Re: Drill on Windows

2018-04-20 Thread Chris Cunningham
Hi Tim, I would appreciate this as well. Thank you for offering. -Chris On Fri, Apr 20, 2018 at 4:54 AM, Rahul Raj wrote: > Thanks for the inputs. > > Tim, would really appreciate if you could get the docker image done. > > Regards, > Rahul > > On Fri, Apr 20,

Re: Drill on Windows

2018-04-18 Thread Chris Cunningham
Supposedly with Windows 10, there is a full Linux subsystem that you can use. Note: I haven't done this myself, so I'm not sure what would be needed (or exactly how it would work). But it looks like a reasonable option to pursue.