Varchar 1 fix on parallel ingestion.#3131
Conversation
|
Claude finished @khustup2's task in 1m 21s —— View job PR Review Complete ✓Summary The fix correctly addresses the bug where What I verified:
Found 1 minor issue - see inline comment about bidirectional sync validation. |
|
| assert rows_b[2]['flag'] == 'Y' | ||
| print("Instance B: VARCHAR(1) and CHAR(1) data read back correctly!") | ||
|
|
||
| print("Instance B: All VARCHAR(1) write and read operations succeeded") |
There was a problem hiding this comment.
Test doesn't verify bidirectional sync: Instance A can't see Instance B's writes. Add a verification that primary_conn can SELECT the 3 rows after Instance B inserts them (before cleanup), confirming the catalog sync works both ways.



🚀 🚀 Pull Request
Impact
Description
Things to be aware of
Things to worry about
Additional Context