@@ -1818,7 +1818,7 @@ mod tests {
18181818 . with_manifest_list ( "/snap-1.avro" )
18191819 . with_summary ( Summary {
18201820 operation : Operation :: Append ,
1821- other : HashMap :: from_iter ( vec ! [
1821+ additional_properties : HashMap :: from_iter ( vec ! [
18221822 (
18231823 "spark.app.id" . to_string( ) ,
18241824 "local-1662532784305" . to_string( ) ,
@@ -1881,7 +1881,7 @@ mod tests {
18811881 . with_manifest_list ( "/snap-1.avro" )
18821882 . with_summary ( Summary {
18831883 operation : Operation :: Append ,
1884- other : HashMap :: from_iter ( vec ! [
1884+ additional_properties : HashMap :: from_iter ( vec ! [
18851885 (
18861886 "spark.app.id" . to_string( ) ,
18871887 "local-1662532784305" . to_string( ) ,
@@ -1901,7 +1901,7 @@ mod tests {
19011901 . with_manifest_list ( "/snap-1.avro" )
19021902 . with_summary ( Summary {
19031903 operation : Operation :: Append ,
1904- other : HashMap :: from_iter ( vec ! [
1904+ additional_properties : HashMap :: from_iter ( vec ! [
19051905 (
19061906 "spark.app.id" . to_string( ) ,
19071907 "local-1662532784305" . to_string( ) ,
@@ -1949,7 +1949,7 @@ mod tests {
19491949 . with_manifest_list ( "/snap-1.avro" )
19501950 . with_summary ( Summary {
19511951 operation : Operation :: Append ,
1952- other : HashMap :: new ( ) ,
1952+ additional_properties : HashMap :: new ( ) ,
19531953 } )
19541954 . build ( ) ;
19551955
@@ -1994,7 +1994,7 @@ mod tests {
19941994 . with_manifest_list ( "/snap-1.avro" )
19951995 . with_summary ( Summary {
19961996 operation : Operation :: Append ,
1997- other : HashMap :: from_iter ( vec ! [
1997+ additional_properties : HashMap :: from_iter ( vec ! [
19981998 (
19991999 "spark.app.id" . to_string( ) ,
20002000 "local-1662532784305" . to_string( ) ,
@@ -2114,7 +2114,7 @@ mod tests {
21142114 . with_manifest_list ( "/snap-1" )
21152115 . with_summary ( Summary {
21162116 operation : Operation :: Append ,
2117- other : HashMap :: new ( ) ,
2117+ additional_properties : HashMap :: new ( ) ,
21182118 } )
21192119 . build ( ) ;
21202120
@@ -2140,7 +2140,7 @@ mod tests {
21402140 . with_parent_snapshot_id ( Some ( 1 ) )
21412141 . with_summary ( Summary {
21422142 operation : Operation :: Append ,
2143- other : HashMap :: new ( ) ,
2143+ additional_properties : HashMap :: new ( ) ,
21442144 } )
21452145 . build ( ) ;
21462146
0 commit comments