Changed-lines coverage: PR changed C/C++ lines covered by tests: 99.23% (129/130) Uncovered changed code (with context): ================================================================================ src/Processors/Formats/Impl/Parquet/PrepareForWrite.cpp ================================================================================ --- uncovered block 882-882 --- 880 | /// An enclosing Nullable already supplies the OPTIONAL level for this same path. 881 | if (owned_by_enclosing_nullable) >> 882 | return false; 883 | return mapper->isIcebergOptionalPath(path); 884 | } WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 927,120/1,072,140 -> current 927,009/1,072,191 (delta -111 / +51) Functions : baseline 803,469/874,433 -> current 802,860/874,432 (delta -609 / -1) Branches : baseline 302,122/384,120 -> current 301,806/384,142 (delta -316 / +22)