Skip to content

Commit

Permalink
Fix SQL logic test
Browse files Browse the repository at this point in the history
  • Loading branch information
alihan-synnada committed Sep 20, 2024
1 parent bd2def0 commit 6a26fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/joins.slt
Original file line number Diff line number Diff line change
Expand Up @@ -2136,10 +2136,10 @@ FROM (select t1_id from join_t1 where join_t1.t1_id > 22) as join_t1
RIGHT JOIN (select t2_id from join_t2 where join_t2.t2_id > 11) as join_t2
ON join_t1.t1_id < join_t2.t2_id
----
NULL 22
33 44
33 55
44 55
NULL 22

#####
# Configuration teardown
Expand Down

0 comments on commit 6a26fa6

Please sign in to comment.