2010YOUY01 commented on issue #11621: URL: https://github.com/apache/datafusion/issues/11621#issuecomment-2248004655
Note to myself: check if duplicate for ``` /*DML*/CREATE TABLE t33(v0 BIGINT); /*DML*/CREATE TABLE t4(v0 BIGINT); /*DML*/INSERT INTO t33(v0) VALUES (-565043224); /*DML*/INSERT INTO t4(v0) VALUES (-565043224); /* This query should return 1 row instead of 0 row */ SELECT COUNT(*) FROM t33 NATURAL JOIN t4 WHERE (t4.v0 > t4.v0) OR (t33.v0 = t4.v0); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org