Skip to content

Commit ab74e46

Browse files
committed
fix test
Signed-off-by: yangjiang <[email protected]>
1 parent e48cf9c commit ab74e46

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/src/physical_plan/file_format

1 file changed

+1
-1
lines changed

datafusion/core/src/physical_plan/file_format/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ mod tests {
20492049
RowSelector::skip(2),
20502050
RowSelector::skip(2),
20512051
RowSelector::skip(2),
2052-
RowSelector::select(0),
2052+
RowSelector::skip(0),
20532053
]
20542054
);
20552055
}

0 commit comments

Comments
 (0)