Skip to content

Commit

Permalink
Fix trailing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Dec 11, 2024
1 parent c4b8a52 commit 4379878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ class ApplicationInfoSuite extends FunSuite with Logging {
// tests for Photon runtime with fallback to SPARK for unsupported platforms
s"$qualLogDir/nds_q88_photon_db_13_3.zstd" -> Seq(
(PlatformNames.DATABRICKS_AWS, SparkRuntime.PHOTON), // Expected: PHOTON on Databricks AWS
(PlatformNames.DATABRICKS_AZURE, SparkRuntime.PHOTON), // Expected: PHOTON on Databricks Azure
(PlatformNames.DATABRICKS_AZURE, SparkRuntime.PHOTON) // Expected: PHOTON on Databricks Azure
)
)
// scalastyle:on line.size.limit
Expand Down

0 comments on commit 4379878

Please sign in to comment.