You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "nastra (via GitHub)" <gi...@apache.org> on 2023/06/19 06:48:42 UTC

[GitHub] [iceberg] nastra commented on a diff in pull request #7862: Core: Remove deprecated AssertHelpers in Avro

nastra commented on code in PR #7862:
URL: https://github.com/apache/iceberg/pull/7862#discussion_r1233595485


##########
core/src/test/java/org/apache/iceberg/avro/TestReadProjection.java:
##########
@@ -712,14 +713,21 @@ public void testEmptyNestedStructRequiredProjection() throws Exception {
                     Types.NestedField.required(2, "inner", Types.StructType.of()))));
 
     Record projected = writeAndRead("nested_empty_req_proj", writeSchema, emptyStruct, record);
-    AssertHelpers.assertEmptyAvroField(projected, "id");
+    assertEmptyAvroField(projected, "id");
+

Review Comment:
   nit: unnecessary new line



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org