Skip to content

Commit c9e676d

Browse files
committed
improve comment
1 parent 50ddf43 commit c9e676d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/core/tests/parquet/filter_pushdown.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ async fn single_file_small_data_pages() {
272272

273273
// TestCase::new(&test_parquet_file)
274274
// .with_name("selective")
275-
// // predicagte is chosen carefully to prune pages 0, 1, 2, 3, 4
275+
// // predicate is chosen carefully to prune pages 0, 1, 2, 3, 4
276276
// // pod = 'iadnalqpdzthpifrvewossmpqibgtsuin'
277277
// .with_filter(col("pod").eq(lit("iadnalqpdzthpifrvewossmpqibgtsuin")))
278278
// .with_pushdown_expected(PushdownExpected::Some)
@@ -291,7 +291,7 @@ async fn single_file_small_data_pages() {
291291
// page 5: DLE:RLE RLE:RLE VLE:RLE_DICTIONARY ST:[min: 1970-01-01T00:00:00.000000000, max: 1970-01-01T00:00:00.005330944, num_nulls not defined] CRC:[none] SZ:12601 VC:7739
292292
TestCase::new(&test_parquet_file)
293293
.with_name("selective")
294-
// predicagte is chosen carefully to prune pages
294+
// predicate is chosen carefully to prune pages 1, 2, 4, and 5
295295
// time > 1970-01-01T00:00:00.004300000
296296
.with_filter(col("time").gt(lit_timestamp_nano(4300000)))
297297
.with_pushdown_expected(PushdownExpected::Some)

0 commit comments

Comments
 (0)