JNSimba commented on PR #364: URL: https://github.com/apache/doris-spark-connector/pull/364#issuecomment-4852546056
At the same time, I’m inclined not to change this logic; since "exactly-once" semantics cannot be guaranteed without 2PC, simply switching to a different label can sometimes avoid a host of issues. If the goal is merely to get the test case to pass, my understanding is that switching to a table with a primary key—thereby ensuring idempotency—would eliminate the duplication problem, right? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
