Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Dec 16, 2024
1 parent f0f06e4 commit a6036c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ abstract class DDLWithHiveCatalogTestBase extends PaimonHiveTestBase {
intercept[Exception] {
spark.sql(
s"""
|CREATE TABLE t2 (a INT, c STRUCT<f1: INT, f2: INT, f3: INT>, b INT) USING paimon
|CREATE TABLE t4 (a INT, c STRUCT<f1: INT, f2: INT, f3: INT>, b INT) USING paimon
|LOCATION '$expertTbLocation'
|""".stripMargin)
}
Expand Down

0 comments on commit a6036c4

Please sign in to comment.