alamb commented on code in PR #11753:
URL: https://github.com/apache/datafusion/pull/11753#discussion_r1709906249


##########
datafusion/sqllogictest/test_files/string_view.slt:
##########
@@ -425,102 +425,26 @@ logical_plan
 01)Projection: starts_with(test.column1_utf8view, Utf8View("äöüß")) AS c1, 
starts_with(test.column1_utf8view, Utf8View("")) AS c2, 
starts_with(test.column1_utf8view, Utf8View(NULL)) AS c3, 
starts_with(Utf8View(NULL), test.column1_utf8view) AS c4
 02)--TableScan: test projection=[column1_utf8view]
 
-statement ok

Review Comment:
   I just moved these tests down to the other test for ASCII



-- 
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]

Reply via email to