Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MonetDBLite issue with compute() #1533

Closed
iainmwallace opened this issue Nov 13, 2015 · 1 comment
Closed

MonetDBLite issue with compute() #1533

iainmwallace opened this issue Nov 13, 2015 · 1 comment

Comments

@iainmwallace
Copy link

Hi,

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

Thanks

Iain

@hannes
Copy link
Contributor

hannes commented Nov 23, 2015

Fixed, update MonetDB.R 1.0.0 please

@hadley hadley closed this as completed Dec 1, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jun 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants