This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 7dcef2251f fix flaky array query slt test (#11140)
7dcef2251f is described below
commit 7dcef2251f36a0cd4fd8a288cc20c84eb3eb7ac9
Author: Leonardo Yvens <[email protected]>
AuthorDate: Thu Jun 27 19:27:50 2024 +0100
fix flaky array query slt test (#11140)
---
datafusion/sqllogictest/test_files/array_query.slt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/datafusion/sqllogictest/test_files/array_query.slt
b/datafusion/sqllogictest/test_files/array_query.slt
index b29b5f5efd..8fde295e60 100644
--- a/datafusion/sqllogictest/test_files/array_query.slt
+++ b/datafusion/sqllogictest/test_files/array_query.slt
@@ -93,11 +93,11 @@ query ??I
SELECT * FROM data WHERE null = column2;
----
-query ??I
+query ??I rowsort
SELECT * FROM data WHERE column2 is distinct from null;
----
-[2, 3] [2, 3] 1
[1, 2, 3] [4, 5] 1
+[2, 3] [2, 3] 1
query ??I
SELECT * FROM data WHERE column2 is not distinct from null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]