lowka commented on code in PR #6958:
URL: https://github.com/apache/ignite-3/pull/6958#discussion_r2538544306
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/MappingService.java:
##########
@@ -33,4 +33,8 @@ public interface MappingService {
* @return A list of fragments with metadata related to a fragment
topology.
*/
CompletableFuture<List<MappedFragment>> map(MultiStepPlan multiStepPlan,
MappingParameters parameters);
+
+ default CompletableFuture<MappedFragments> map2(MultiStepPlan
multiStepPlan, MappingParameters parameters) {
Review Comment:
Thanks. Fixed the map method to return MappedFragments which is a list of
fragments and the topology version
--
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]