RexLyc commented on issue #10042: URL: https://github.com/apache/seatunnel/issues/10042#issuecomment-3669931777
I think this bug might be add because https://github.com/apache/seatunnel/pull/9462 In that pr, they added upsert session for maxcompute sink. However, not all the table is create with primary key and set "trasactional=true". So when connector try to send record to upsert stream, it denied because no primary key is found. I'm try to use the custom_sql to avoid this error, but apparently this is not the good way. I'm wondering if there is any people try to solve this? -- 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]
