We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e13c67 commit d18898aCopy full SHA for d18898a
1 file changed
src/paimon/format/parquet/parquet_format_defs.h
@@ -69,7 +69,6 @@ static inline const char PARQUET_READ_CACHE_OPTION_RANGE_SIZE_LIMIT[] =
69
// predicates. Two options:
70
// * "coalesce" (default): build row-level ranges from the bitmap, then merge nearby
71
// ranges whose gap is small enough (see PARQUET_READ_ROW_RANGES_COALESCE_HOLE_SIZE_LIMIT).
72
-// Does not require page index.
73
// * "trim": for each page with selected rows, trim its leading/trailing non-selected
74
// rows (and skip pages with no selected rows). Requires page index. Its advantage
75
// is stable, page-bounded ranges. After collected trimmed ranges for each column,
0 commit comments