Skip to content

Commit 14f4959

Browse files
committed
cr
1 parent 7497742 commit 14f4959

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ class SQLQueryTestSuite extends QueryTest with SharedSQLContext {
121121

122122
// List of SQL queries to run
123123
val queries: Seq[String] = {
124-
// val cleaned = input.split("\n").filterNot(_.matches("--.*(?<=[^\\\\]);")).mkString("\n")
125124
val cleaned = input.split("\n").filterNot(_.startsWith("--")).mkString("\n")
126125
// note: this is not a robust way to split queries using semicolon, but works for now.
127126
cleaned.split("(?<=[^\\\\]);").map(_.trim).filter(_ != "").toSeq

0 commit comments

Comments
 (0)