Skip to content

Commit 5c664e6

Browse files
committed
remove reedundant
1 parent c851817 commit 5c664e6

File tree

1 file changed

+1
-2
lines changed
  • contrib/templates/default-scala/template/{{.project_name}}/src/main/scala/com/examples

1 file changed

+1
-2
lines changed

contrib/templates/default-scala/template/{{.project_name}}/src/main/scala/com/examples/Main.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ object Main {
1414

1515
val spark = getSession()
1616

17-
// Process command-line arguments and set catalog/schema if provided
1817
setCatalogAndSchema(spark, args)
19-
18+
git
2019
println("Showing range ...")
2120
spark.range(3).show()
2221
}

0 commit comments

Comments
 (0)