Skip to content

Commit 8c7678a

Browse files
authored
add UT to verify 'issues/6606' (#6762)
1 parent 2d69ddb commit 8c7678a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

datafusion/core/tests/sqllogictests/test_files/subquery.slt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,3 +965,11 @@ select t1.t1_int from t1 where
965965
----
966966
2
967967
4
968+
969+
query B rowsort
970+
select t1_int > (select avg(t1_int) from t1) from t1
971+
----
972+
false
973+
false
974+
true
975+
true

0 commit comments

Comments
 (0)