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-138] Fix ST_GeoHash for Flink to work #658

Merged
merged 2 commits into from
Aug 16, 2022

Conversation

sekikn
Copy link
Contributor

@sekikn sekikn commented Aug 6, 2022

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Currently the ST_GeoHash function for Flink fails with EOFException. This PR fixes it.

How was this patch tested?

By running mvn test -pl flink locally. In addition, I ran the following query from a Flink application:

SELECT ST_GeoHash(ST_Point(0, 1), 5)

then got the following result.

+--------------------------------+
|                         EXPR$0 |
+--------------------------------+
|                          s00j8 |
+--------------------------------+

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the docs.

@jiayuasu
Copy link
Member

jiayuasu commented Aug 7, 2022

To be merged after this PR: #647

@jiayuasu jiayuasu merged commit 59e8797 into apache:master Aug 16, 2022
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