Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Apr 3, 2024
1 parent d2c4392 commit a63a967
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ suite ("test_rename_column") {
BUCKETS 8
PROPERTIES ( "replication_num" = "1" , "light_schema_change" = "false")
"""
test {
if (!isCloudMode()) {
if (!isCloudMode()) {
test {
sql """ ALTER table ${tableName} RENAME COLUMN date new_date """
exception "not implemented"
}
Expand Down

0 comments on commit a63a967

Please sign in to comment.