Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SEDONA-431] Add RS_PixelAsPoints #1125

Merged
merged 21 commits into from
Nov 22, 2023
Merged

Conversation

prantogg
Copy link
Contributor

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

  • Implements Raster operator RS_PixelAsPoints

How was this patch tested?

  • Passes new and existing tests

Did this PR include necessary documentation updates?

@prantogg prantogg marked this pull request as draft November 21, 2023 00:34
@prantogg prantogg marked this pull request as ready for review November 21, 2023 02:07
@@ -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") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test with Spark explode function and make sure the output of this function can work seamlessly with explode.

@jiayuasu jiayuasu merged commit a282ed0 into apache:master Nov 22, 2023
35 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants