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