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
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
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
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
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
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
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
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