jiayuasu opened a new pull request #486: URL: https://github.com/apache/incubator-sedona/pull/486
## Is this PR related to a proposed Issue? Prepare the first Sedona release: `1.0.0-incubator ` ## What changes were proposed in this PR? Change all paths to org.apache.sedona ### Scala and Java: The new path of sub-modules is as follows: ``` Core: org.apache.sedona.core SQL: org.apache.sedona.sql VIZ: org.apache.sedona.viz ``` Classpath inside Spark SQL kernal ``` SQL: org.apache.spark.sql.sedona_sql VIZ: org.apache.spark.sql.sedona_viz ``` All class files which have the name prefix "GeoSpark" have been changed to either the prefix "Sedona" or no prefix All comments which have "GeoSpark" have been updated to "Sedona" accordingly. ### Python To be done by @Imbruced ## How was this patch tested? ## Did this PR include necessary documentation updates? Will be handled in a separate PR ---------------------------------------------------------------- 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]
