[SPARK-54175][Geo][CONNECT] Add Geography and Geometry types to Spark Connect proto#52872
Closed
uros-db wants to merge 1 commit into
Closed
[SPARK-54175][Geo][CONNECT] Add Geography and Geometry types to Spark Connect proto#52872uros-db wants to merge 1 commit into
uros-db wants to merge 1 commit into
Conversation
uros-db
commented
Nov 4, 2025
Contributor
Author
uros-db
left a comment
There was a problem hiding this comment.
@zhengruifeng @HyukjinKwon @cloud-fan Please review.
Contributor
|
thanks, merging to master/4.1! |
cloud-fan
pushed a commit
that referenced
this pull request
Nov 4, 2025
… Connect proto ### What changes were proposed in this pull request? Add `Geography` and `Geometry` types to Spark Connect proto. ### Why are the changes needed? Enabling geospatial types in Spark Connect. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Regenerated the corresponding Spark Connect proto files. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52872 from uros-db/geo-spark-connect-proto. Authored-by: Uros Bojanic <uros.bojanic@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit 32060bf) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
huangxiaopingRD
pushed a commit
to huangxiaopingRD/spark
that referenced
this pull request
Nov 25, 2025
… Connect proto ### What changes were proposed in this pull request? Add `Geography` and `Geometry` types to Spark Connect proto. ### Why are the changes needed? Enabling geospatial types in Spark Connect. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Regenerated the corresponding Spark Connect proto files. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52872 from uros-db/geo-spark-connect-proto. Authored-by: Uros Bojanic <uros.bojanic@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
dongjoon-hyun
added a commit
to apache/spark-connect-swift
that referenced
this pull request
Dec 23, 2025
…ift` source code ### What changes were proposed in this pull request? This PR aims to update Spark Connect-generated Swift source code with Apache Spark `4.1.0`. ### Why are the changes needed? To use the latest bug fixes and new messages to develop for new features of `4.1.0`. - apache/spark#53024 - apache/spark#52894 - apache/spark#52890 - apache/spark#52872 - apache/spark#52746 - apache/spark#52831 ``` $ git clone -b v4.1.0 https://github.com/apache/spark.git $ cd spark/sql/connect/common/src/main/protobuf/ $ protoc --swift_out=. spark/connect/*.proto $ protoc --grpc-swift_out=. spark/connect/*.proto // Remove empty GRPC files $ cd spark/connect $ grep 'This file contained no services' * | awk -F: '{print $1}' | xargs rm ``` ### Does this PR introduce _any_ user-facing change? Pass the CIs. ### How was this patch tested? Pass the CIs. I manually tested with `Apache Spark 4.1.0`. ``` $ swift test --no-parallel ... Test run with 203 tests in 21 suites passed after 33.163 seconds. ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes #271 from dongjoon-hyun/SPARK-54811. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Add
GeographyandGeometrytypes to Spark Connect proto.Why are the changes needed?
Enabling geospatial types in Spark Connect.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Regenerated the corresponding Spark Connect proto files.
Was this patch authored or co-authored using generative AI tooling?
No.