laskoviymishka opened a new pull request, #893:
URL: https://github.com/apache/iceberg-go/pull/893

   Add compaction.Analyze(ctx, tbl, cfg) as a read-only entry point that scans 
the table via PlanFiles and produces a compaction Plan without modifying 
anything. Useful for dry-run analysis, CLI tooling, and deciding whether 
compaction is worthwhile before executing.
   
   E2e tests with real Parquet files:
   - Small files detected as compaction candidates
   - Optimal files skipped when below MinInputFiles
   - Empty table produces empty plan
   - Invalid config returns error
   
   Part of #832 (table compaction).


-- 
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]

Reply via email to