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


##########
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/RowDataConverter.java:
##########
@@ -62,22 +62,8 @@ private static RowData convert(Types.StructType struct, 
Record record) {
     List<Types.NestedField> fields = struct.fields();
     for (int i = 0; i < fields.size(); i += 1) {
       Types.NestedField field = fields.get(i);
-

Review Comment:
   Please revert this unnecessary whitespace change.



-- 
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