You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new field "description" in attribute_metadata.proto (#233)
* add new field "description" in attribute_metadata.proto and make changes to accommodate in AttributeMetadataModelTest
* add new field "description" in attribute_metadata.proto and make changes to accommodate in AttributeMetadataModelTest
* Fix spotless check failing
* Add separate backwards comptibility tests for description
* minor changes to description implementation
* reverted integration tests
Copy file name to clipboardexpand all lines: attribute-service-impl/src/main/java/org/hypertrace/core/attribute/service/model/AttributeMetadataModel.java
+21-2
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,9 @@ public class AttributeMetadataModel implements Document {
Copy file name to clipboardexpand all lines: attribute-service-impl/src/test/java/org/hypertrace/core/attribute/service/model/AttributeMetadataModelTest.java
+73-2
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ public void testAttributeMetadataModelJsonSerDes() throws IOException {
0 commit comments