Skip to content

Commit

Permalink
Add issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Jul 17, 2023
1 parent a604274 commit aa5e291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/sparrow-runtime/src/execute/operation/merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ mod tests {
"###)
}

#[ignore]
#[tokio::test]
#[ignore = "https://github.com/kaskada-ai/kaskada/issues/524"]
async fn test_merge_drops_duplicate_rows() {
let plan = default_plan();
let operation_0 = batch_from_csv(
Expand Down

0 comments on commit aa5e291

Please sign in to comment.