buraksenn commented on issue #13037:
URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2526291502

   Should this be done? I saw this 
https://github.com/apache/datafusion/pull/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, $type: ident, [$($values: expr),*])),*) 
   
   
   @timsaucer @alamb ?


-- 
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...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to