GH-44729: [C++][Acero] Enable nested types for non-keys fields in AsofJoin operation - #44871
GH-44729: [C++][Acero] Enable nested types for non-keys fields in AsofJoin operation#44871mroz45 wants to merge 5 commits into
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of PARQUET issues on JIRA the title also supports: See also: |
105633e to
cedceb5
Compare
|
|
|
Is there any progress on this merge request? |
For now, it supports Map, Struct, and List. @zanmato1984, could you check if this approach is correct? |
|
Thank you for your contribution. Unfortunately, this pull request has been marked as stale because it has had no activity in the past 365 days. Please remove the stale label or comment below, or this PR will be closed in 14 days. Feel free to re-open this if it has been closed in error. If you do not have repository permissions to reopen the PR, please tag a maintainer. |
Rationale for this change
Add support for nested types
What changes are included in this PR?
Change unmnaterialized_table to use AppendArraySlice
Are these changes tested?
I added tests for case List, Fixed Size List and Struct
Are there any user-facing changes?