DanielLeens commented on PR #11223:
URL: https://github.com/apache/seatunnel/pull/11223#issuecomment-4968426068
Rechecked the current head `c1cdf36d7136` against the latest `dev` after the
CI / merge-gate fact changed.
## Runtime path rechecked
```text
TiDBSourceReader.pollNext(...)
-> captureStreamingEvents(...)
-> committedEvents.take()
-> SeaTunnelRowStreamingRecordDeserializer.deserialize(row, output)
-> DELETE
-> decodeDeleteValues(row, handle)
-> oldValue
-> else value
-> else pk-handle fallback from row key
-> converter.convert(...)
-> RowKind.DELETE
-> collect(row, output)
```
## Merge conclusion
### Conclusion: source blocker cleared from Daniel's side; sync latest `dev`
and rerun CI first
1. Blocking items
- None reopened from Daniel's source review on this unchanged head.
- This branch is behind upstream (`compare status: diverged`, `ahead_by=3`,
`behind_by=13`), and the current failing gate is `FAILURE gate: Build`:
https://github.com/apache/seatunnel/runs/86071117430
2. Lowest-cost next step
- Please sync with the latest `dev` and rerun the failing gate first.
- If it still fails on the updated head, I can help narrow down the new
failure from there.
Daniel only has `READ` permission on this repository, so a write-capable
maintainer may still need to handle the final approval / dismissal step once
the gate is clear.
--
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]