Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Dec 18, 2024
1 parent 06300db commit da88b9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ abstract class DDLWithHiveCatalogTestBase extends PaimonHiveTestBase {
|CREATE TABLE $tblName (id INT, pt INT)
|USING PAIMON
|TBLPROPERTIES (
|${if (dataFilePathDir.isEmpty) "" else s"'data-file.path-directory' = '$dataFilePathDir',"}
|${if (dataFilePathDir.isEmpty) ""
else s"'data-file.path-directory' = '$dataFilePathDir',"}
|'metastore.partitioned-table' = 'true'
|)
|PARTITIONED BY (pt)
Expand Down

0 comments on commit da88b9a

Please sign in to comment.