@@ -79,8 +79,9 @@ public void testManyTypeConflicts() throws IOException {
7979 * 1040607b - remove EsIndex mapping serialization #119580
8080 * 1019093b - remove unused fields from FieldAttribute #127854
8181 * 1026343b - added time series field type to EsField #129649
82+ * 1033593b - added qualifier back to FieldAttribute #132925
8283 */
83- testManyTypeConflicts (false , ByteSizeValue .ofBytes (1026343 ));
84+ testManyTypeConflicts (false , ByteSizeValue .ofBytes (1033593 ));
8485 }
8586
8687 /**
@@ -100,8 +101,9 @@ public void testManyTypeConflictsWithParent() throws IOException {
100101 * 2007288b - remove EsIndex mapping serialization #119580
101102 * 1964273b - remove unused fields from FieldAttribute #127854
102103 * 1971523b - added time series field type to EsField #129649
104+ * 1986023b - added qualifier back to FieldAttribute #132925
103105 */
104- testManyTypeConflicts (true , ByteSizeValue .ofBytes (1971523 ));
106+ testManyTypeConflicts (true , ByteSizeValue .ofBytes (1986023 ));
105107 }
106108
107109 private void testManyTypeConflicts (boolean withParent , ByteSizeValue expected ) throws IOException {
@@ -123,13 +125,14 @@ public void testDeeplyNestedFields() throws IOException {
123125 * 43927169b - remove EsIndex mapping serialization #119580
124126 * 43402881b - remove unused fields from FieldAttribute #127854
125127 * 43665025b - added time series field type to EsField #129649
128+ * 43927169b - added qualifier back to FieldAttribute #132925
126129 */
127130
128131 int depth = 6 ;
129132 int childrenPerLevel = 8 ;
130133
131134 EsIndex index = EsIndexSerializationTests .deeplyNestedIndex (depth , childrenPerLevel );
132- testSerializePlanWithIndex (index , ByteSizeValue .ofBytes (43665025L ));
135+ testSerializePlanWithIndex (index , ByteSizeValue .ofBytes (43927169L ));
133136 }
134137
135138 /**
@@ -146,13 +149,14 @@ public void testDeeplyNestedFieldsKeepOnlyOne() throws IOException {
146149 * 352b - remove EsIndex mapping serialization #119580
147150 * 350b - remove unused fields from FieldAttribute #127854
148151 * 351b - added time series field type to EsField #129649
152+ * 352b - added qualifier back to FieldAttribute #132925
149153 */
150154
151155 int depth = 6 ;
152156 int childrenPerLevel = 9 ;
153157
154158 EsIndex index = EsIndexSerializationTests .deeplyNestedIndex (depth , childrenPerLevel );
155- testSerializePlanWithIndex (index , ByteSizeValue .ofBytes (351 ), false );
159+ testSerializePlanWithIndex (index , ByteSizeValue .ofBytes (352 ), false );
156160 }
157161
158162 /**
0 commit comments