alamb commented on code in PR #15836:
URL: https://github.com/apache/datafusion/pull/15836#discussion_r2065170350
##########
datafusion/sqllogictest/test_files/strings.slt:
##########
@@ -115,6 +115,12 @@ p1
p1e1
p1m1e1
+query T rowsort
Review Comment:
In case anyone is curious, without the fix this test fails like this:
```
Completed 1 test files in 0 seconds
External
error: query result mismatch:
[SQL] SELECT s FROM test WHERE s ILIKE 'p1';
[Diff] (-expected|+actual)
- P1
p1
at test_files/strings.slt:118
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]