hi all, I was wondering if anybody could suggest how to debug this error: Server says 'GDKerror:!ERROR: BATsetaccess: tmp_3505 has -1 views I am trying to do a simple join using dplyr sample%>%left_join(interaction_pairs) The tables appear to be working correctly as I can collect them and use them in R properly interaction_pairs<-collect(interaction_pairs) Thanks Iain
hi, could you provide a reproducible example that documents each step
leading up to the problem? thanks
On Wed, Jan 6, 2016 at 7:54 AM, Iain Wallace
hi all,
I was wondering if anybody could suggest how to debug this error:
Server says 'GDKerror:!ERROR: BATsetaccess: tmp_3505 has -1 views
I am trying to do a simple join using dplyr
sample%>%left_join(interaction_pairs)
The tables appear to be working correctly as I can collect them and use them in R properly
interaction_pairs<-collect(interaction_pairs)
Thanks
Iain
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (2)
-
Anthony Damico
-
Iain Wallace