Skip to content

Commit

Permalink
Remove unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Nov 21, 2020
1 parent 15e26e0 commit 7269739
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ class AlterTablePartitionV2SQLSuite extends DatasourceV2SQLBase {
assert(partTable.partitionExists(InternalRow.fromSeq(Seq(1))))
spark.sql(s"ALTER TABLE $t DROP PARTITION (Id=1)")
assert(!partTable.partitionExists(InternalRow.fromSeq(Seq(1))))

spark.sql(s"ALTER TABLE $t ADD PARTITION (ID=1) LOCATION 'loc1'")
}
}
}
Expand Down

0 comments on commit 7269739

Please sign in to comment.