alamb commented on code in PR #10726:
URL: https://github.com/apache/datafusion/pull/10726#discussion_r1621501400
##########
datafusion/core/tests/expr_api/mod.rs:
##########
@@ -28,6 +28,23 @@ use std::sync::{Arc, OnceLock};
mod simplification;
+#[test]
+fn test_octet_length() {
Review Comment:
Since this fix is for the expr_fn API I don't think we can move this to .slt
(the code path invoked needs to be invoked programatically, not via SQL)
--
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]