yjshen commented on PR #3026: URL: https://github.com/apache/arrow-datafusion/pull/3026#issuecomment-1204714481
An alternative for splitting `binary.rs` I could think of: - `arithmetic.rs` for +/-/*/div/mod calculations. - `predicate.rs` for expressions that evals to boolean. - `bitwise.rs` for bit calculations. - `regex.rs` for regex - and `misc.rs` for the remainings. -- 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]
