Skip to content

Commit d18898a

Browse files
committed
style: remove comments
1 parent 1e13c67 commit d18898a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/paimon/format/parquet/parquet_format_defs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ static inline const char PARQUET_READ_CACHE_OPTION_RANGE_SIZE_LIMIT[] =
6969
// predicates. Two options:
7070
// * "coalesce" (default): build row-level ranges from the bitmap, then merge nearby
7171
// ranges whose gap is small enough (see PARQUET_READ_ROW_RANGES_COALESCE_HOLE_SIZE_LIMIT).
72-
// Does not require page index.
7372
// * "trim": for each page with selected rows, trim its leading/trailing non-selected
7473
// rows (and skip pages with no selected rows). Requires page index. Its advantage
7574
// is stable, page-bounded ranges. After collected trimmed ranges for each column,

0 commit comments

Comments
 (0)