rezataroosheh opened a new pull request, #7989: URL: https://github.com/apache/ignite-3/pull/7989
JobTarget.The Partition(QualifiedName tableName, int partitionId) method has been added, allowing users to route compute jobs directly to the primary replica of a specific partition. Direct Partition Access: Allows advanced users to perform operations on a specific partition (e.g., maintenance, custom aggregations, or data cleanup) when the partition ID is already known. API Completeness: Complements the existing BroadcastJobTarget.Table(), which targets all partitions by allowing a single targeted-partition execution. https://issues.apache.org/jira/browse/IGNITE-27814 -- 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]
