alamb commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2527749169
> Should this be done? I saw this #12846. I can delete create_array and record_batch macros to make it use the same as in arrow. Also they are also not identical: > > * Datafusion: ($(($name: expr, $type: ident, $values: expr)),*) > * Arrow: ($(($name: expr, > t > y > p > e > : > i > d > e > n > t > , > [ > ($values: expr),_])),_) > > @timsaucer @alamb ? I recommend: 1. Switch to use the upstream arrow one 2. Deprecate (don't remove) the API in datafusion, per https://datafusion.apache.org/library-user-guide/api-health.html -- 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]
