alamb commented on a change in pull request #1845:
URL: https://github.com/apache/arrow-datafusion/pull/1845#discussion_r808407762
##########
File path: datafusion/tests/sql/unicode.rs
##########
@@ -103,3 +103,24 @@ async fn test_unicode_expressions() -> Result<()> {
test_expression!("translate('12345', '143', NULL)", "NULL");
Ok(())
}
+
+async fn generic_query_length<T: 'static + Array + From<Vec<&'static str>>>(
Review comment:
this function is only used in this module
--
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]