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
When execute stmt1 using @d, @e, @f, the right index inner range should be range: decided by [eq(test.t2.a, test.t1.a) in(test.t2.b, 40, 50, 60)] rather than range: decided by [eq(test.t2.a, test.t1.a) in(test.t2.b, 10, 20, 30)].
The text was updated successfully, but these errors were encountered:
Enhancement
When
execute stmt1 using @d, @e, @f
, the right index inner range should berange: decided by [eq(test.t2.a, test.t1.a) in(test.t2.b, 40, 50, 60)]
rather thanrange: decided by [eq(test.t2.a, test.t1.a) in(test.t2.b, 10, 20, 30)]
.The text was updated successfully, but these errors were encountered: