Skip to content

Commit b67c967

Browse files
committed
Fix a failing test
1 parent 802f338 commit b67c967

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/test/scala/org/apache/spark/sql/execution/command

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,7 @@ abstract class DDLSuite extends QueryTest with SQLTestUtils {
18711871
| Examples:
18721872
| > SELECT 3 ^ 5;
18731873
| 6
1874-
|
1874+
|
18751875
| Since: 1.4.0
18761876
|""".stripMargin) ::
18771877
Row("Function: ^") ::

0 commit comments

Comments
 (0)