DanielCarter-stack commented on issue #10536:
URL: https://github.com/apache/seatunnel/issues/10536#issuecomment-3976458440

   <!-- code-pr-reviewer -->
   Thank you for the clearly scoped documentation task. Verified that all 9 
methods and line numbers match the current code in:
   
   
`seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/multitablesink/MultiTableSink.java`
   
   Confirmed implementation details mentioned in the issue:
   - `replicaNum` read from 
`SinkConnectorCommonOptions.MULTI_TABLE_SINK_REPLICA` (lines 61-62)
   - Index formula `index = subtaskIndex * replicaNum + i` (line 78)
   - `SinkIdentifier` used for state restoration writer matching (line 99)
   - `getWriteCatalogTable()` delegates to parent class default implementation 
(line 196)
   
   The issue is ready for contributors. Please follow the contribution steps in 
the description and use PR title `[Docs][Core] Add Javadoc to MultiTableSink`.
   
   Reference `SeaTunnelSink` interface or adjacent classes for consistent 
Javadoc style.


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

Reply via email to