Skip to content

Commit

Permalink
optimize test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed May 24, 2024
1 parent fff3d55 commit 63df412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ trait AlterTableTests extends SharedSparkSession with QueryErrorsBase {
withTable(t) {
sql(s"CREATE TABLE $t (id int) USING $v2Format")

val sqlText = s"ALTER TABLE $t RENAME COLUMN point.x TO z")
val sqlText = s"ALTER TABLE $t RENAME COLUMN point.x TO z"
checkError(
exception = intercept[AnalysisException] {
sql(sqlText)
Expand Down

0 comments on commit 63df412

Please sign in to comment.