devanbenz commented on code in PR #11967:
URL: https://github.com/apache/datafusion/pull/11967#discussion_r1715896137
##########
datafusion/sqllogictest/test_files/string_view.slt:
##########
@@ -425,6 +425,19 @@ 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]
+### Test TRANSLATE
+
+# Should run TRANSLATE using utf8view column successfully
Review Comment:
Hopefully this is enough, always happy to introduce additional test cases if
necessary.
--
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]