Skip to content

Commit 8b525bb

Browse files
Dandandancomphead
andauthored
Update datafusion/functions-nested/src/concat.rs
Co-authored-by: Oleks V <comphead@users.noreply.github.com>
1 parent d25ac8e commit 8b525bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/functions-nested/src/concat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ fn concat_internal<O: OffsetSizeTrait>(args: &[ArrayRef]) -> Result<ArrayRef> {
438438
Ok(Arc::new(list_arr))
439439
}
440440

441-
// Kernal functions
441+
// Kernel functions
442442

443443
/// Array_append SQL function
444444
pub(crate) fn array_append_inner(args: &[ArrayRef]) -> Result<ArrayRef> {

0 commit comments

Comments
 (0)