Skip to content

Commit

Permalink
Fix typo in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Nov 20, 2023
1 parent 99efae2 commit b94975c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class PluginTypeCheckerSuite extends FunSuite with Logging {
(PlatformNames.DATAPROC_L4, Map("UnionExec" -> 4.16, "Ceil" -> 4.16)),
(PlatformNames.DATAPROC_GKE_T4, Map("WindowExec" -> 3.65, "Ceil" -> 3.65)),
(PlatformNames.DATAPROC_GKE_L4, Map("WindowExec" -> 3.74, "Ceil" -> 3.74)),
(PlatformNames.EMR_A10, Map("UnionExec" -> 2.59, "Ceil" -> 2.59)),
(PlatformNames.EMR_A10, Map("UnionExec" -> 2.59, "Ceil" -> 2.59))
)

platformSpeedupEntries.foreach { case (platformName, speedupMap) =>
Expand Down

0 comments on commit b94975c

Please sign in to comment.