osipovartem commented on code in PR #24969:
URL: https://github.com/apache/datafusion/pull/24969#discussion_r3957998228
##########
datafusion/core/src/datasource/memory_test.rs:
##########
@@ -479,6 +489,81 @@ mod tests {
Ok(())
}
+ #[tokio::test]
+ async fn test_insert_overwrite_replaces_existing_data() -> Result<()> {
Review Comment:
Added in e8c94dea6. The new test uses two target partitions with distinct
existing rows and four replacement batches, then verifies the round-robin batch
distribution and that both partitions contain only replacement data. The
targeted tests and the PR clippy command pass locally.
--
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]