Skip to content

Commit 0797cff

Browse files
committed
up
1 parent c7f6398 commit 0797cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-engine/datafusion-ext-plans/src/limit_exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ mod test {
272272
}
273273

274274
#[tokio::test]
275-
async fn test_limit_with_skip() -> Result<()> {
275+
async fn test_limit_with_offset() -> Result<()> {
276276
let input = build_table(
277277
("a", &vec![0, 1, 2, 3, 4, 5, 6, 7, 8, 9]),
278278
("b", &vec![9, 8, 7, 6, 5, 4, 3, 2, 1, 0]),

0 commit comments

Comments
 (0)