Skip to content

Commit c7488e0

Browse files
committed
Update UT
1 parent 20ba238 commit c7488e0

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,8 @@ abstract class DDLSuite extends QueryTest with SQLTestUtils {
18711871
| Examples:
18721872
| > SELECT 3 ^ 5;
18731873
| 6
1874+
|
1875+
| Since: 1.4.0
18741876
| """.stripMargin) ::
18751877
Row("Function: ^") ::
18761878
Row("Usage: expr1 ^ expr2 - Returns the result of " +

0 commit comments

Comments
 (0)