izveigor opened a new pull request, #5537: URL: https://github.com/apache/arrow-datafusion/pull/5537
# Rationale for this change The array "NUMERICS", that are defined in the file "datafusion/expr/src/type_coercion/aggregates.rs" (see https://github.com/apache/arrow-datafusion/blob/main/datafusion/expr/src/type_coercion/aggregates.rs#L30-L41) contains all types, which found in many "match" and "matches!" cases. I think this PR suggests more concise way for these cases. # What changes are included in this PR? Rewritten "match" statements and "matches!" macros. # Are these changes tested? Yes # Are there any user-facing changes? No -- 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]
