You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/24 20:50:39 UTC

[PR] refactor: Extract `array_dims`, `array_ndims` and `flatten` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion]

erenavsarogullari opened a new pull request, #9786:
URL: https://github.com/apache/arrow-datafusion/pull/9786

   ## Which issue does this PR close?
   Closes #9767.
   
   ## What changes are included in this PR?
   This PR aims to do following refactoring:
   1- Extract `array_dims`, `array_ndims` and `flatten` functions from `functions-array` subcrate' s `kernels` and `udf` containers,
   2- Being added `make_scalar_function` support to ArrayDims, ArrayNdims and Flatten invoke functions,
   3- Being added minor refactoring such as cleaning-up redundant package definitions, updating rust-doc etc.
   
   ## Are these changes tested?
   Yes, all `array.slt` based `array_dims`, `array_ndims` and `flatten` functions tests are passed.
   
   ## Are there any user-facing changes?
   No


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

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


Re: [PR] refactor: Extract `array_dims`, `array_ndims` and `flatten` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion]

Posted by "erenavsarogullari (via GitHub)" <gi...@apache.org>.
erenavsarogullari commented on PR #9786:
URL: https://github.com/apache/arrow-datafusion/pull/9786#issuecomment-2016972943

   Thanks @alamb for the review and merge.


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

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


Re: [PR] refactor: Extract `array_dims`, `array_ndims` and `flatten` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion]

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #9786:
URL: https://github.com/apache/arrow-datafusion/pull/9786


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

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