leaves12138 opened a new pull request, #8998: URL: https://github.com/apache/paimon/pull/8998
## What changed - Expose `SortedIndexTopoBuilder.buildIndexStream(...)` to build sorted-index committables without attaching a committer. - Keep `buildIndex(...)` behavior unchanged by delegating to the stream builder and attaching the default committer. - Add coverage for the empty-build-plan result. ## Why Callers that combine multiple maintenance topologies need to union their committable streams and attach one shared committer. Previously `SortedIndexTopoBuilder` always attached its own committer, forcing downstream projects to copy the topology builder. ## Validation - `mvn -pl paimon-flink/paimon-flink-common -am -Pfast-build -Pflink1 -DwildcardSuites=none -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false -Dtest=SortedIndexTopoBuilderTest test` - `mvn -pl paimon-flink/paimon-flink-common -am -Pflink1 -DwildcardSuites=none -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false -Dtest=SortedIndexTopoBuilderTest test` -- 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]
