Imbruced opened a new pull request #496: URL: https://github.com/apache/incubator-sedona/pull/496
## Is this PR related to a proposed Issue? SEDONA-3 ## What changes were proposed in this PR? - Faster converting SpatialRDD, RDD[Geometry, Geometry] to DataFrame (all string types, Python API) - Faster converting SpatialRDD, RDD[Geometry, Geometry] to geometry DataFrame (geometrytype and string type for user data, Python API) - toGeometryDf in scala Adapter for SpatialRDD and RDD[Geometry, Geometry] (GeometryUDT type for geometries, String type for whole userData) - Fix issue with ```toDf(spatialPairRDD: JavaPairRDD[Geometry, Geometry], leftFieldnames: List[String], rightFieldNames: List[String], sparkSession: SparkSession)``` method within scala Adapter ## How was this patch tested? - Essential test for ```toDf(spatialPairRDD: JavaPairRDD[Geometry, Geometry], leftFieldnames: List[String], rightFieldNames: List[String], sparkSession: SparkSession)``` - Tests toGeometryDf method Scala API - Tests for python API ## Did this PR include necessary documentation updates? Essential documentation updates will be on other PR [SEDONA-5] ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
