smaheshwar-pltr commented on code in PR #14373:
URL: https://github.com/apache/iceberg/pull/14373#discussion_r2543565545


##########
core/src/test/java/org/apache/iceberg/expressions/TestExpressionParser.java:
##########
@@ -544,4 +546,36 @@ public void testNegativeScaleDecimalLiteral() {
     assertThat(ExpressionParser.toJson(ExpressionParser.fromJson(expected), 
true))
         .isEqualTo(expected);
   }
+
+  @Test
+  public void testEndsWithExpression() {
+    String expected =
+        "{\n"
+            + "  \"type\" : \"ends-with\",\n"

Review Comment:
   Wanted to test these explicitly because they're part of the spec changes 
(e.g. the type has to exactly be the string `"ends-with"`)



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