Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgao committed May 16, 2024
1 parent 4f46694 commit 3ec6b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions-array/src/extract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ where
offsets.push(offsets[row_index]);
continue;
} else if from > to && stride.is_positive() {
// return empty array if from > to and stride is positive
// return empty array
offsets.push(offsets[row_index]);
continue;
}
Expand Down

0 comments on commit 3ec6b1e

Please sign in to comment.