yutannihilation opened a new issue, #10676: URL: https://github.com/apache/datafusion/issues/10676
### Describe the bug This is a minor issue about consistency. Currently, the signature of `octet_length()` is this, but I think this function takes only one argument just like `bit_length()`. ```rust pub fn octet_length(args: Vec<Expr>) -> Expr ``` https://docs.rs/datafusion/38.0.0/datafusion/functions/string/expr_fn/fn.octet_length.html ### To Reproduce n/a ### Expected behavior n/a ### Additional context n/a -- 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]
