forked from apache/sedona
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closed
Add ST_RotateX #31
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
…tialization of SedonaContext (apache#1541)
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Yes, I have read the Contributor Rules and Contributor Development Guide
No, I haven't read it.
Is this PR related to a JIRA ticket?
Yes, the URL of the associated JIRA ticket is https://issues.apache.org/jira/browse/SEDONA-XXX. The PR name follows the format
[SEDONA-XXX] my subject
.No, this is a documentation update. The PR name follows the format
[DOCS] my subject
.What changes were proposed in this PR?
How was this patch tested?
Did this PR include necessary documentation updates?
vX.Y.Z
format.