RE: R interface to Apache Drill now on CRAN

2017-07-17 Thread Pritesh Maker
This is awesome! Check out the readme file to see usage examples - https://cran.r-project.org/web/packages/sergeant/README.html I recently got involved with Drill and the user community and the integrations they have built with Drill is pretty cool (e.g. John Omernik's work with SuperSet + Dril

Re: R interface to Apache Drill now on CRAN

2017-07-17 Thread Ted Dunning
Cool! On Mon, Jul 17, 2017 at 7:33 PM, Bob Rudis wrote: > Hey folks, > > Those using R or contemplating dabbling in R can now grab the > 'sergeant' package — an R interface to Apache Drill — directly from > CRAN : https://cran.r-project.org/package=sergeant > > As stated previously, the packag

R interface to Apache Drill now on CRAN

2017-07-17 Thread Bob Rudis
Hey folks, Those using R or contemplating dabbling in R can now grab the 'sergeant' package — an R interface to Apache Drill — directly from CRAN : https://cran.r-project.org/package=sergeant As stated previously, the package provides an RJDBC wrapper (you supply the jar file), a DBI wrapper to t

Re: Error when timestamp IN clause contains more elements

2017-07-17 Thread Rahul Raj
I will add explicit casts for these cases. Thanks for the suggestions, Rahul On Sat, Jul 15, 2017 at 2:12 AM, Jinfeng Ni wrote: > The error would encounter when IN clause is rewritten into Join, and > planner chooses to use distributed join (involves a Hash Exchange). For > distributed join,