uros-b opened a new pull request, #17377: URL: https://github.com/apache/iceberg/pull/17377
"The same nested-or-variant type check was duplicated verbatim across `notNull()`, `eq()`, and `in()` in `ParquetMetricsRowGroupFilter`. This extracts it into a private `isNestedOrVariantType(int id)` helper (placed alongside the existing `min`/`max` helpers) to remove the duplication. Behavior-preserving; the three call sites were byte-identical. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
