Re: [PR] feat: support fixed size list for array reverse [datafusion]

2025-06-18 Thread via GitHub
comphead merged PR #16423: URL: https://github.com/apache/datafusion/pull/16423 -- 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...@dataf

Re: [PR] feat: support fixed size list for array reverse [datafusion]

2025-06-16 Thread via GitHub
jonathanc-n commented on code in PR #16423: URL: https://github.com/apache/datafusion/pull/16423#discussion_r2150374823 ## datafusion/functions-nested/src/reverse.rs: ## @@ -175,3 +182,45 @@ fn general_array_reverse>( Some(nulls.into()), )?)) } + +fn fixed_size_ar

Re: [PR] feat: support fixed size list for array reverse [datafusion]

2025-06-16 Thread via GitHub
jonathanc-n commented on code in PR #16423: URL: https://github.com/apache/datafusion/pull/16423#discussion_r2150385634 ## datafusion/functions-nested/src/reverse.rs: ## @@ -175,3 +182,45 @@ fn general_array_reverse>( Some(nulls.into()), )?)) } + +fn fixed_size_ar

Re: [PR] feat: support fixed size list for array reverse [datafusion]

2025-06-16 Thread via GitHub
jonathanc-n commented on code in PR #16423: URL: https://github.com/apache/datafusion/pull/16423#discussion_r2150397306 ## datafusion/functions-nested/src/reverse.rs: ## @@ -175,3 +182,45 @@ fn general_array_reverse>( Some(nulls.into()), )?)) } + +fn fixed_size_ar

Re: [PR] feat: support fixed size list for array reverse [datafusion]

2025-06-16 Thread via GitHub
jonathanc-n commented on code in PR #16423: URL: https://github.com/apache/datafusion/pull/16423#discussion_r2150444753 ## datafusion/functions-nested/src/reverse.rs: ## @@ -175,3 +182,45 @@ fn general_array_reverse>( Some(nulls.into()), )?)) } + +fn fixed_size_ar

Re: [PR] feat: support fixed size list for array reverse [datafusion]

2025-06-16 Thread via GitHub
jonathanc-n commented on code in PR #16423: URL: https://github.com/apache/datafusion/pull/16423#discussion_r2150397306 ## datafusion/functions-nested/src/reverse.rs: ## @@ -175,3 +182,45 @@ fn general_array_reverse>( Some(nulls.into()), )?)) } + +fn fixed_size_ar

Re: [PR] feat: support fixed size list for array reverse [datafusion]

2025-06-16 Thread via GitHub
jonathanc-n commented on code in PR #16423: URL: https://github.com/apache/datafusion/pull/16423#discussion_r2150374823 ## datafusion/functions-nested/src/reverse.rs: ## @@ -175,3 +182,45 @@ fn general_array_reverse>( Some(nulls.into()), )?)) } + +fn fixed_size_ar

[PR] feat: support fixed size list for array reverse [datafusion]

2025-06-16 Thread via GitHub
chenkovsky opened a new pull request, #16423: URL: https://github.com/apache/datafusion/pull/16423 ## Which issue does this PR close? ## Rationale for this change array_reverse doesn't support fixed size list now. ## What changes are included in this PR? suppor