Skip to content

Commit

Permalink
Address Jing's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshri-db committed Sep 17, 2024
1 parent d086f70 commit da5abe5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1743,8 +1743,7 @@ class TransformWithStateSuite extends StateStoreMetricsTest

val mostRecentAnsDf = mostRecentDf.selectExpr(
"key.value AS groupingKey",
"v" +
"alue.value")
"value.value")
checkAnswer(mostRecentAnsDf, Seq(Row("a", "str1")))
}
}
Expand Down

0 comments on commit da5abe5

Please sign in to comment.