Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object SaveModeConverter {
case proto.WriteOperation.SaveMode.SAVE_MODE_ERROR_IF_EXISTS => SaveMode.ErrorIfExists
case _ =>
throw new IllegalArgumentException(
s"Cannot convert from WriteOperaton.SaveMode to Spark SaveMode: ${mode.getNumber}")
s"Cannot convert from WriteOperation.SaveMode to Spark SaveMode: ${mode.getNumber}")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import org.apache.spark.sql.connect.config.Connect
import org.apache.spark.util.Utils

/**
* This object provides a global list of configured relation and expression plugins for Spark
* Connect. The plugins are used to handle custom message types.
* This object provides a global list of configured relation, expression and command plugins for
* Spark Connect. The plugins are used to handle custom message types.
*/
object SparkConnectPluginRegistry {

Expand Down