Pingan Ren

Results 1 comments of Pingan Ren

The issue does exist. Reproduce test case: ```sql CREATE TABLE Point(id BIGINT); INSERT INTO Point VALUES (0), (1), (2), (3); CREATE TABLE know(src BIGINT, dst BIGINT); INSERT INTO know VALUES...