huaxingao commented on code in PR #14101:
URL: https://github.com/apache/iceberg/pull/14101#discussion_r2616507503
##########
core/src/test/java/org/apache/iceberg/expressions/TestExpressionParser.java:
##########
@@ -544,4 +563,122 @@ public void testNegativeScaleDecimalLiteral() {
assertThat(ExpressionParser.toJson(ExpressionParser.fromJson(expected),
true))
.isEqualTo(expected);
}
+
+ @Test
+ public void testSpatialPredicate() {
+ String expected =
+ "{\n"
+ + " \"type\" : \"st-intersects\",\n"
Review Comment:
Maybe split the OpenAPI spec/codegen changes into a follow‑up (since spec
changes usually require a vote)
--
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]