buraksenn opened a new pull request, #23295: URL: https://github.com/apache/datafusion/pull/23295
## Which issue does this PR close? - Closes #13037. ## Rationale for this change This was a long standing thing in the backlog. record_batch! was added in arrow; however, it did not support vectors. Then I've created a PR in arrow a while ago https://github.com/apache/arrow-rs/pull/9522. Once that was released this macro can be deprecated ## What changes are included in this PR? Mark record_batch! macro deprecated and use arrow one in relevant places. ## Are these changes tested? Yes ## Are there any user-facing changes? Users will see a deprecation notice if they are using this macro -- 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]
