rdblue commented on code in PR #6975:
URL: https://github.com/apache/iceberg/pull/6975#discussion_r1125757483


##########
core/src/test/java/org/apache/iceberg/TestMetadataTableScans.java:
##########
@@ -332,7 +332,8 @@ public void testPartitionsTableScanWithProjection() {
 
     Table partitionsTable = new PartitionsTable(table);
     Types.StructType expected =
-        new Schema(required(3, "file_count", 
Types.IntegerType.get())).asStruct();
+        new Schema(required(3, "file_count", Types.IntegerType.get(), "count 
of data files"))

Review Comment:
   Docs should use sentence case here as well.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to