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


##########
api/src/test/java/org/apache/iceberg/types/TestReadabilityChecks.java:
##########
@@ -134,7 +134,7 @@ private static Stream<Arguments> 
incompatibleTypesToVariant() {
                     Types.MapType.ofRequired(
                         1, 2, Types.StringType.get(), 
Types.IntegerType.get())),
                 Arguments.of(Types.ListType.ofRequired(1, 
Types.StringType.get()))),
-            Arrays.stream(PRIMITIVES).map(type -> Arguments.of(type)))
+            Arrays.stream(PRIMITIVES).map(Arguments::of))

Review Comment:
   Please remove this change. It isn't related to this PR and can cause merge 
conflicts.



-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to