rdblue commented on a change in pull request #3531:
URL: https://github.com/apache/iceberg/pull/3531#discussion_r748894529



##########
File path: 
hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveSchemaUtil.java
##########
@@ -154,6 +154,22 @@ public void testComplexTypeAndTypeInfoConvert() {
     }
   }
 
+  @Test
+  public void testConversionWithoutLastComment() {
+    Schema expected = new Schema(
+            optional(0, "customer_id", Types.LongType.get(), "customer 
comment"),
+            optional(1, "first_name", Types.StringType.get(), null)

Review comment:
       Can you please fix the formatting in this change? Continuation indents 
are 2 indents / 4 spaces.




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