jiayuasu commented on code in PR #1125:
URL: https://github.com/apache/sedona/pull/1125#discussion_r1401390351
##########
spark/common/src/test/scala/org/apache/sedona/sql/rasteralgebraTest.scala:
##########
@@ -931,6 +931,25 @@ class rasteralgebraTest extends TestBaseScala with
BeforeAndAfter with GivenWhen
assertEquals(expectedY, actualCoordinates.y, 1e-5)
}
+ it("Passed RS_PixelAsPoints with empty raster") {
Review Comment:
Please add a test with Spark explode function and make sure the output of
this function can work seamlessly with explode.
--
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]