jiayuasu commented on code in PR #862:
URL: https://github.com/apache/sedona/pull/862#discussion_r1230283518
##########
common/src/test/java/org/apache/sedona/common/FunctionsTest.java:
##########
@@ -731,4 +771,90 @@ public void nRingsUnsupported() {
assertEquals(expected, e.getMessage());
}
+ @Test
+ public void translateEmptyObjectNoDeltaZ() {
Review Comment:
Please change the test cases to use different values for deltaX and deltaY
(currently they are all `1`) or add a test case that uses different values for
detlaX and deltaY.
This will test if x and y are handled correctly.
--
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]