-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fix: properly validate that aspects can only be of type record (
- Loading branch information
1 parent
881a45e
commit 1f7ce0a
Showing
12 changed files
with
9 additions
and
76 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
dao-api/src/main/pegasus/com/linkedin/metadata/dummy/DummyAspect.pdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
namespace com.linkedin.metadata.dummy | ||
|
||
import com.linkedin.common.Urn | ||
|
||
/** | ||
* Not to be used | ||
*/ | ||
typeref DummyAspect = union[DummyRecord] | ||
typeref DummyAspect = union[Urn] |
9 changes: 0 additions & 9 deletions
9
dao-api/src/main/pegasus/com/linkedin/metadata/dummy/DummyRecord.pdl
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
testing/test-models/src/main/pegasus/com/linkedin/testing/PizzaArrayAspect.pdl
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
testing/test-models/src/main/pegasus/com/linkedin/testing/PizzaEnumAspect.pdl
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
testing/test-models/src/main/pegasus/com/linkedin/testing/PizzaMapAspect.pdl
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
testing/test-models/src/main/pegasus/com/linkedin/testing/PizzaStringAspect.pdl
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
validators/src/test/java/com/linkedin/metadata/validator/ValidationUtilsTest.java
This file was deleted.
Oops, something went wrong.