alamb opened a new pull request, #2512: URL: https://github.com/apache/arrow-datafusion/pull/2512
Draft until https://github.com/apache/arrow-datafusion/pull/2510 is merged # Which issue does this PR close? re https://github.com/apache/arrow-datafusion/issues/1179 and https://github.com/apache/arrow-datafusion/issues/2482 . Closes #. # Rationale for this change 1. `binary_array_op_scalar!` doesn't handle null constants (see https://github.com/apache/arrow-datafusion/pull/2510) 2. It is duplicative of `binary_array_op_dyn_scalar!` # What changes are included in this PR? 1. Remove `binary_array_op_dyn_scalar!` 2. Remove code that then becomes unused without that macro 🎉 # Are there any user-facing changes? No, all internal changes -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org