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-200] Add ST_CoordDim to Sedona #889

Merged
merged 13 commits into from
Jul 12, 2023
Merged

Conversation

furqaankhan
Copy link
Contributor

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

  • I implemented the ST_CoordDim function in Sedona.

How was this patch tested?

  • In my local Ubuntu VM environment.

Did this PR include necessary documentation updates?

  • Yes, I have added the necessary information to the readmes.

@jiayuasu
Copy link
Member

jiayuasu commented Jul 5, 2023

@furqaankhan Please fix the git conflicts.

@jiayuasu
Copy link
Member

jiayuasu commented Jul 7, 2023

@furqaankhan Please fix the failed CI

docs/api/flink/Function.md Outdated Show resolved Hide resolved
docs/api/sql/Function.md Outdated Show resolved Hide resolved
@@ -893,6 +902,7 @@ public static class ST_Degrees extends ScalarFunction {
@DataTypeHint("Double")
public Double eval(@DataTypeHint("Double") Double angleInRadian) {
return org.apache.sedona.common.Functions.degrees(angleInRadian);

Copy link
Member

Choose a reason for hiding this comment

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

Please do not make changes to irrelevant parts of the codebase

pom.xml Outdated Show resolved Hide resolved
python/Pipfile Outdated Show resolved Hide resolved
python/tests/sql/test_function.py Show resolved Hide resolved
Copy link
Member

@jiayuasu jiayuasu left a comment

Choose a reason for hiding this comment

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

@jiayuasu
Copy link
Member

@furqaankhan Please fix the failed CI

@jiayuasu jiayuasu merged commit c764200 into apache:master Jul 12, 2023
29 of 39 checks passed
@furqaankhan furqaankhan deleted the changes branch July 15, 2023 15:36
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