Commit c7d9158
fix(connector): explicit error conversion in cdc reader try-block (2026-01-19)
Same class as the rpc_client fix: newer rustc no longer auto-applies the
`jni::errors::Error -> anyhow::Error` conversion at `?` inside a `try` block.
Make it explicit via `.map_err(anyhow::Error::from)`.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 2e8733f commit c7d9158
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments