Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Jul 4, 2024
1 parent 260128e commit 6b4fa0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ class MetacatSmokeSpec extends Specification {
[
new ChildInfoDto("embedded-fast-hive-metastore/iceberg_db/child11", "CLONE", "c11_uuid"),
new ChildInfoDto("embedded-fast-hive-metastore/iceberg_db/child12", "CLONE", "c12_uuid"),
new ChildInfoDto("embedded-fast-hive-metastore/iceberg_db/rename_child11", "CLONE", "rename_child11")
new ChildInfoDto("embedded-fast-hive-metastore/iceberg_db/rename_child11", "CLONE", "random_uuid")
] as Set
// Test Child11 parentChildInfo
assert !child11Table.definitionMetadata.get("parentChildRelationInfo").has("isParent")
Expand Down

0 comments on commit 6b4fa0b

Please sign in to comment.