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

 ##########
 File path: api/src/test/java/org/apache/iceberg/expressions/TestEvaluatior.java
 ##########
 @@ -156,11 +156,12 @@ public void testCaseInsensitiveNot() {
   @Test
   public void testCaseSensitiveNot() {
     TestHelpers.assertThrows(
-      "X != x when case sensitivity is on",
-      ValidationException.class,
-      "Cannot find field 'X' in struct",
-      () -> { new Evaluator(STRUCT, not(equal("X", 7)), true); }
-      );
+        "X != x when case sensitivity is on",
+        ValidationException.class,
+        "Cannot find field 'X' in struct",
+        () -> {
 
 Review comment:
   Expression's a great idea.

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