MonetDBLite issue: Compute() function not working

Hi, Firstly, thanks for the wonderful MonetDBLite package. It certainly speeds up my analysis! I came acrros an issue that I thought you might want to be aware of. The compute() function doesn't appear to be working with MonetDBLite while collect() does Building from the example https://www.monetdb.org/blog/monetdblite-r library(MonetDB.R) ms <- src_monetdb(embedded=dbdir) x<-table(ms,"mtcars") y<-x%>%filter(gear==4) dim(y) [1] 12 11 compute(y) Source: MonetDB () From: lmsomncnjj [0 x 11] Error: n not greater than 0L I wasn't sure where to post this, so have also posted the issue on dplyr's github page: https://github.com/hadley/dplyr/issues/1533 Thanks Iain

thanks could you submit this to http://bugs.monetdb.org/ and then assign the bug to hannes? that way you'll be notified when it's fixed. thanks Hannes Mühleisen <Hannes.Muehleisen@cwi.nl> On Mon, Nov 16, 2015 at 9:16 AM, Iain Wallace <iain.m.wallace@gmail.com> wrote:
Hi,
Firstly, thanks for the wonderful MonetDBLite package. It certainly speeds up my analysis!
I came acrros an issue that I thought you might want to be aware of. The compute() function doesn't appear to be working with MonetDBLite while collect() does
Building from the example https://www.monetdb.org/blog/monetdblite-r
library(MonetDB.R) ms <- src_monetdb(embedded=dbdir) x<-table(ms,"mtcars") y<-x%>%filter(gear==4) dim(y) [1] 12 11
compute(y) Source: MonetDB () From: lmsomncnjj [0 x 11] Error: n not greater than 0L
I wasn't sure where to post this, so have also posted the issue on dplyr's github page:
https://github.com/hadley/dplyr/issues/1533
Thanks
Iain
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list

Hi, Filed the bug (https://www.monetdb.org/bugzilla/show_bug.cgi?id=3862) but wasn't able to assign it to Hannes Thanks Iain On Mon, Nov 16, 2015 at 4:43 PM, Anthony Damico <ajdamico@gmail.com> wrote:
thanks could you submit this to http://bugs.monetdb.org/ and then assign the bug to hannes? that way you'll be notified when it's fixed. thanks
Hannes Mühleisen <Hannes.Muehleisen@cwi.nl>
On Mon, Nov 16, 2015 at 9:16 AM, Iain Wallace <iain.m.wallace@gmail.com> wrote:
Hi,
Firstly, thanks for the wonderful MonetDBLite package. It certainly speeds up my analysis!
I came acrros an issue that I thought you might want to be aware of. The compute() function doesn't appear to be working with MonetDBLite while collect() does
Building from the example https://www.monetdb.org/blog/monetdblite-r
library(MonetDB.R) ms <- src_monetdb(embedded=dbdir) x<-table(ms,"mtcars") y<-x%>%filter(gear==4) dim(y) [1] 12 11
compute(y) Source: MonetDB () From: lmsomncnjj [0 x 11] Error: n not greater than 0L
I wasn't sure where to post this, so have also posted the issue on dplyr's github page:
https://github.com/hadley/dplyr/issues/1533
Thanks
Iain
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list

sorry, just first name. edited. thanks On Mon, Nov 16, 2015 at 10:52 AM, Iain Wallace <iain.m.wallace@gmail.com> wrote:
Hi,
Filed the bug (https://www.monetdb.org/bugzilla/show_bug.cgi?id=3862) but wasn't able to assign it to Hannes
Thanks
Iain
On Mon, Nov 16, 2015 at 4:43 PM, Anthony Damico <ajdamico@gmail.com> wrote:
thanks could you submit this to http://bugs.monetdb.org/ and then assign the bug to hannes? that way you'll be notified when it's fixed. thanks
Hannes Mühleisen <Hannes.Muehleisen@cwi.nl>
On Mon, Nov 16, 2015 at 9:16 AM, Iain Wallace <iain.m.wallace@gmail.com> wrote:
Hi,
Firstly, thanks for the wonderful MonetDBLite package. It certainly speeds up my analysis!
I came acrros an issue that I thought you might want to be aware of. The compute() function doesn't appear to be working with MonetDBLite while collect() does
Building from the example https://www.monetdb.org/blog/monetdblite-r
library(MonetDB.R) ms <- src_monetdb(embedded=dbdir) x<-table(ms,"mtcars") y<-x%>%filter(gear==4) dim(y) [1] 12 11
compute(y) Source: MonetDB () From: lmsomncnjj [0 x 11] Error: n not greater than 0L
I wasn't sure where to post this, so have also posted the issue on dplyr's github page:
https://github.com/hadley/dplyr/issues/1533
Thanks
Iain
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list

This bug should be fixed.
On 16 Nov 2015, at 16:52, Iain Wallace <iain.m.wallace@gmail.com> wrote:
Hi,
Filed the bug (https://www.monetdb.org/bugzilla/show_bug.cgi?id=3862) but wasn't able to assign it to Hannes
Thanks
Iain
On Mon, Nov 16, 2015 at 4:43 PM, Anthony Damico <ajdamico@gmail.com> wrote: thanks could you submit this to http://bugs.monetdb.org/ and then assign the bug to hannes? that way you'll be notified when it's fixed. thanks
Hannes Mühleisen <Hannes.Muehleisen@cwi.nl>
On Mon, Nov 16, 2015 at 9:16 AM, Iain Wallace <iain.m.wallace@gmail.com> wrote: Hi,
Firstly, thanks for the wonderful MonetDBLite package. It certainly speeds up my analysis!
I came acrros an issue that I thought you might want to be aware of. The compute() function doesn't appear to be working with MonetDBLite while collect() does
Building from the example https://www.monetdb.org/blog/monetdblite-r
library(MonetDB.R) ms <- src_monetdb(embedded=dbdir) x<-table(ms,"mtcars") y<-x%>%filter(gear==4) dim(y) [1] 12 11
compute(y) Source: MonetDB () From: lmsomncnjj [0 x 11] Error: n not greater than 0L
I wasn't sure where to post this, so have also posted the issue on dplyr's github page:
https://github.com/hadley/dplyr/issues/1533
Thanks
Iain
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (3)
-
Anthony Damico
-
Hannes Mühleisen
-
Iain Wallace