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

Add ST_RotateX #31

Closed
wants to merge 16 commits into from
Closed

Conversation

furqaankhan
Copy link
Collaborator

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

How was this patch tested?

Did this PR include necessary documentation updates?

  • Yes, I am adding a new API. I am using the current SNAPSHOT version number in vX.Y.Z format.
  • Yes, I have updated the documentation.
  • No, this PR does not affect any public API so no need to change the documentation.

Kontinuation and others added 14 commits July 31, 2024 12:20
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19.1 to 2.19.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.19.1...v2.19.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…he#1538)

* State that ST_GeomFromGML only supports GML 1 and GML 2.

* Document the snowflake function
…uery plan; allow disabling spatial filter pushdown (apache#1540)

* Show pushed-down spatial filters in query plan, allow tuning off spatial filter push-down using spark.conf.set("spark.sedona.geoparquet.spatialFilterPushDown", "false")

* Backport to Spark 3.0 and Spark 3.4

* Document spark.sedona.geoparquet.spatialFilterPushDown option
… RS_Metadata, changed the data types of fields of the result struct of RS_Metadata (apache#1539)

Changed the data types of fields of the result struct of RS_Metadata
…Encoder (apache#1545)

Always construct the encoders on the driver. If encoders are constructed on the executor then Spark will complain that it doesn't know how to encode Geometry.
…rsions 3.0, 3.1, 3.2, and 3.3 (apache#1544)

* [SEDONA-637] Refactor multiple spark version build and package

* fix github workflow

* Update the spark profile versions

* fix the spark compact version assignment

* temporarily disable fail-fast

* revert mvn build property name

* fix the compact version for python and r pipelines

* revert fail-fast to true
…#1543)

* [SEDONA-636] Support geometry data type in create table DDL statement

* add one more test

* [SEDONA-636] Support GEOMETRY in Spark SQL table creation DDL

* add one more unit test

* temporarily remove spark 3.0.3 build

* Support multiple versions of spark

* clean up files

* undo github workflow changes to java.yaml

* add parser to spark-3.0

* add sedona parser to spark-3.0 profile
@furqaankhan furqaankhan deleted the st-rotate-x branch August 20, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants