Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/spark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9bd12dc057706f178eb639603b3eee471c90edcc
Choose a base ref
..
head repository: apache/spark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7c16acc78c308ca291b63ddef40dd739d255dac
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 R/pkg/tests/fulltests/test_sparkSQL.R
2 changes: 1 addition & 1 deletion R/pkg/tests/fulltests/test_sparkSQL.R
Original file line number Diff line number Diff line change
@@ -4000,7 +4000,7 @@ test_that("Call DataFrameWriter.save() API in Java without path and check argume
# DataFrameWriter.save() without path.
expect_error(write.df(df, source = "csv"),
paste("Error in save : org.apache.spark.SparkIllegalArgumentException:",
"Expected exactly one path to be specified"))
"'path' is not specified."))
expect_error(write.json(df, jsonPath),
"Error in json : analysis error - \\[PATH_ALREADY_EXISTS\\].*")
expect_error(write.text(df, jsonPath),