Re: [PR] Document `copy_array_data` function with example [datafusion]

2025-06-11 Thread via GitHub
xudong963 merged PR #16361: URL: https://github.com/apache/datafusion/pull/16361 -- 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...@data

Re: [PR] Document `copy_array_data` function with example [datafusion]

2025-06-10 Thread via GitHub
alamb commented on PR #16361: URL: https://github.com/apache/datafusion/pull/16361#issuecomment-2961165506 Thank you for the review @2010YOUY01 -- 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 th

Re: [PR] Document `copy_array_data` function with example [datafusion]

2025-06-10 Thread via GitHub
2010YOUY01 commented on code in PR #16361: URL: https://github.com/apache/datafusion/pull/16361#discussion_r2139062181 ## datafusion/common/src/scalar/mod.rs: ## @@ -3527,6 +3527,33 @@ impl ScalarValue { } } +/// Compacts the data of an `ArrayData` into a new `ArrayData`