mccheah commented on a change in pull request #153: [Baseline] Apply baseline
linting to iceberg-core
URL: https://github.com/apache/incubator-iceberg/pull/153#discussion_r276889387
##########
File path:
core/src/test/java/org/apache/iceberg/avro/TestSchemaConversions.java
##########
@@ -234,7 +243,10 @@ public void testComplexSchema() {
3,
"preferences",
Types.StructType
- .of(required(8, "feature1", Types.BooleanType.get()),
optional(9, "feature2", Types.BooleanType.get()))),
+ .of(required(
Review comment:
Line length was longer than 120 characters here
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]