From b37479afb67d45446dbe30423a83778ad0f0d199 Mon Sep 17 00:00:00 2001 From: comphead Date: Tue, 1 Sep 2026 12:51:53 -0700 Subject: [PATCH] minor: reenable markjoin test --- .../sqllogictest/test_files/mark_join_matrix.slt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/datafusion/sqllogictest/test_files/mark_join_matrix.slt b/datafusion/sqllogictest/test_files/mark_join_matrix.slt index d394d527d5d1..a17227df48e4 100644 --- a/datafusion/sqllogictest/test_files/mark_join_matrix.slt +++ b/datafusion/sqllogictest/test_files/mark_join_matrix.slt @@ -118,13 +118,12 @@ WHERE l.v > 35 OR l.k NOT IN (SELECT r.k FROM mk_r_nn r); 4 40 NULL 50 -# https://github.com/apache/datafusion/issues/24854 -# query II rowsort -# SELECT l.k, l.v FROM mk_l l -# WHERE l.v > 35 OR l.k NOT IN (SELECT r.k FROM mk_r r); -# ---- -# 4 40 -# NULL 50 +query II rowsort +SELECT l.k, l.v FROM mk_l l +WHERE l.v > 35 OR l.k NOT IN (SELECT r.k FROM mk_r r); +---- +4 40 +NULL 50 # Empty subquery: EXISTS is always false, so the result is just the predicate. query II rowsort