Skip to content

Unexpected ANTI JOIN Result #10157

@TheoristCoder

Description

@TheoristCoder

Dear Dolt Developers,
I encountered an unexpected execution result in Dolt and would greatly appreciate it if you could take a look. Let's make concerted efforts in enhancing the robustness of Dolt. Thank you very much!

CREATE TABLE t0(c0 BOOLEAN, PRIMARY KEY(c0));
INSERT INTO t0(c0) VALUES (false);

SELECT * FROM t0 WHERE NOT EXISTS (SELECT 1 FROM (SELECT 1) AS sub0 WHERE LOG2(t0.c0));
-- Wrong Execution Result: Empty result
-- Expected Result: 0

Commit: 8c2a083
Expected Results: https://www.db-fiddle.com/f/txeb7Fu8FitsCR5wkZgoKo/0

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions