Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2025-04-05 Thread via GitHub
ByteBaker commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2773191102 @alamb @buraksenn I think that would be me, since I made the call to go with array literals than `vec![]` since the former avoids allocation. But now that I see it, should I m

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2025-04-03 Thread via GitHub
alamb commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2776834231 Thanks @ByteBaker -- I don't have any strong opinion / advice here unfortunately -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2024-12-15 Thread via GitHub
alamb commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2544099137 Thanks for looking at this @buraksenn I thought we more or less ported the macro from DataFusion to Arrow so the different is surprising, but I haven't had a chance to look

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2024-12-14 Thread via GitHub
buraksenn commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2543312794 I've took another look into this and tried to change it but the issue is that macro in arrow only accepts array literals such as: [1,2,3]. However, in the datafusion macro i

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2024-12-09 Thread via GitHub
buraksenn commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2527809229 > > 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: > >

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2024-12-09 Thread via GitHub
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: > > * Dat

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2024-12-08 Thread via GitHub
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 th

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2024-10-22 Thread via GitHub
timsaucer commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2428803455 Sounds great! It will probably take a while as we have to wait for the upstream to make a release, and then DF to update to that release version. -- This is an automated mes

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2024-10-22 Thread via GitHub
buraksenn commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2428505334 I will keep an eye on the update and do the required change if it is okay. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] Remove record_batch! macro once upstream updates [datafusion]

2024-10-22 Thread via GitHub
buraksenn commented on issue #13037: URL: https://github.com/apache/datafusion/issues/13037#issuecomment-2428504105 take -- 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