You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/16 20:02:33 UTC

[GitHub] [arrow-datafusion] alamb commented on a change in pull request #1845: Fix warnings with default features disabled

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org