xabriel commented on a change in pull request #143: Applies the Baseline plugin 
for iceberg-api only.
URL: https://github.com/apache/incubator-iceberg/pull/143#discussion_r268254014
 
 

 ##########
 File path: api/src/test/java/org/apache/iceberg/transforms/TestProjection.java
 ##########
 @@ -216,15 +219,15 @@ public void 
testCaseInsensitiveStrictIdentityProjection() {
 
   @Test
   public void testCaseSensitiveStrictIdentityProjection() {
-    PartitionSpec spec = PartitionSpec.builderFor(SCHEMA)
-      .identity("id")
-      .build();
+    PartitionSpec spec = 
PartitionSpec.builderFor(SCHEMA).identity("id").build();
 
 Review comment:
   Is the rule being applied here "If it fits in 120 chars, don't allow line 
breaks"? Or was this a manual 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.
 
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]

Reply via email to