Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxingao committed Sep 15, 2021
1 parent ffb4f3a commit 45b20c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -244,7 +244,7 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSparkSession with Befo

checkAnswer(
spark.table("testcat.table_name"),
Seq(Row(1L, 1L, "a"), Row(2L, 2L, "b"), Row(3L, 3L, "c"), Row(5L, 5L, "e"), Row(6L, 6L, "f")))
Seq(Row(1L, 1L, "a"), Row(2L, 2L, "b"), Row(4L, 4L, "d"), Row(5L, 5L, "e"), Row(6L, 6L, "f")))
}

test("Overwrite: write to a temp view of v2 relation") {
Expand Down

0 comments on commit 45b20c0

Please sign in to comment.