You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
T1 = scan(TwitterK);
T2 = scan(Iris);
t3 = [from T1,T2 emit T1.a, T1.b, T2.class];
store (t3, joined);
try the query above, the number of tuples is correct, but the same two tuples are repeated over and over again.