bk-mz opened a new pull request, #12856: URL: https://github.com/apache/iceberg/pull/12856
- Log constructor parameters (branch, case sensitivity, split config, fromTimestamp, max files/records) and the initial offset - Instrument latestOffset() to log table refresh, START_OFFSET decisions, snapshot IDs, and added file counts - In planInputPartitions(): log start/end offsets, number of file scan tasks, combined scan tasks, preferred locations, and created partitions - In planFiles(): trace snapshot loop, current and end file indices, per‑snapshot task counts, and total tasks - In shouldProcess/nextValidSnapshot(): log skipped snapshots and next valid snapshot IDs - In the ReadLimit‑aware latestOffset(): log manifest counts, per‑task file/record accumulation, limit checks, snapshot progression, and computed new offset or null - In addedFilesCount(): log whether count is from summary or by iteration - In InitialOffsetStore: log reading/writing of offset files, fallback logic, and IO warnings - Use log.debug for normal tracing and log.warn for IO exception cases -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org