Skip to content
Snippets Groups Projects
Commit 798a04fd authored by Josh Rosen's avatar Josh Rosen
Browse files

HOTFIX: fix Scalastyle break introduced in 4d57981c

parent de953c21
No related branches found
No related tags found
No related merge requests found
......@@ -2747,7 +2747,7 @@ class Dataset[T] private[sql](
def createGlobalTempView(viewName: String): Unit = withPlan {
createTempViewCommand(viewName, replace = false, global = true)
}
/**
* Creates or replaces a global temporary view using the given name. The lifetime of this
* temporary view is tied to this Spark application.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment