[VOTE] Release Apache Sedona 1.0.1-incubating-rc1

2021-05-18 Thread Jia Yu
Hi all, This is a call for vote on Apache Sedona 1.0.1-incubating-rc1. Please refer to the changes listed at the bottom of this email. Release notes: https://github.com/apache/incubator-sedona/blob/sedona-1.0.1-incubating-rc1/docs/download/release-notes.md Build instructions:

[GitHub] [incubator-sedona] jiayuasu merged pull request #525: [SEDONA-35] address user-data mutability issue with `Adapter.toDF()`

2021-05-18 Thread GitBox
jiayuasu merged pull request #525: URL: https://github.com/apache/incubator-sedona/pull/525 -- 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

[GitHub] [incubator-sedona] jiayuasu commented on pull request #525: [SEDONA-35] address user-data mutability issue with `Adapter.toDF()`

2021-05-18 Thread GitBox
jiayuasu commented on pull request #525: URL: https://github.com/apache/incubator-sedona/pull/525#issuecomment-843656936 @yitao-li Thanks for this PR. I will merge it and enter the release process of Sedona 1.0.1 which is mainly for bug fix purpose Then I will get back to your R

[jira] [Created] (SEDONA-35) Address user-data mutability issue with Adapter.toDF()

2021-05-18 Thread Jia Yu (Jira)
Jia Yu created SEDONA-35: Summary: Address user-data mutability issue with Adapter.toDF() Key: SEDONA-35 URL: https://issues.apache.org/jira/browse/SEDONA-35 Project: Apache Sedona Issue Type: Bug

[GitHub] [incubator-sedona] jiayuasu merged pull request #526: [SEDONA-33] Fix the copyright issue according to ASF policy after the initial release

2021-05-18 Thread GitBox
jiayuasu merged pull request #526: URL: https://github.com/apache/incubator-sedona/pull/526 -- 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

[GitHub] [incubator-sedona] jiayuasu closed pull request #527: [SEDONA-34] Stop using real world data in unit tests

2021-05-18 Thread GitBox
jiayuasu closed pull request #527: URL: https://github.com/apache/incubator-sedona/pull/527 -- 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

[jira] [Commented] (SEDONA-34) Stop using real world data in unit tests

2021-05-18 Thread Jia Yu (Jira)
[ https://issues.apache.org/jira/browse/SEDONA-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17347208#comment-17347208 ] Jia Yu commented on SEDONA-34: -- This PR seems to require lots of work for revamping the test cases. It

[GitHub] [incubator-sedona] yitao-li edited a comment on pull request #525: [bugfix] address user-data mutability issue with `Adapter.toDF()`

2021-05-18 Thread GitBox
yitao-li edited a comment on pull request #525: URL: https://github.com/apache/incubator-sedona/pull/525#issuecomment-843361712 @jiayuasu Thanks for the feedback :slightly_smiling_face: I had a chat with one of my colleagues about this as well, and we were both thinking if Java or

[GitHub] [incubator-sedona] yitao-li edited a comment on pull request #525: [bugfix] address user-data mutability issue with `Adapter.toDF()`

2021-05-18 Thread GitBox
yitao-li edited a comment on pull request #525: URL: https://github.com/apache/incubator-sedona/pull/525#issuecomment-843361712 @jiayuasu Thanks for the feedback :slightly_smiling_face: I had a chat with one of my colleagues about this as well, and we were both thinking if Java or

[GitHub] [incubator-sedona] yitao-li commented on a change in pull request #525: [bugfix] address user-data mutability issue with `Adapter.toDF()`

2021-05-18 Thread GitBox
yitao-li commented on a change in pull request #525: URL: https://github.com/apache/incubator-sedona/pull/525#discussion_r634581062 ## File path: sql/src/main/scala/org/apache/sedona/sql/utils/Adapter.scala ## @@ -166,8 +169,9 @@ object Adapter { if (fieldNames != null &&

[GitHub] [incubator-sedona] yitao-li commented on a change in pull request #525: [bugfix] address user-data mutability issue with `Adapter.toDF()`

2021-05-18 Thread GitBox
yitao-li commented on a change in pull request #525: URL: https://github.com/apache/incubator-sedona/pull/525#discussion_r634579782 ## File path: sql/src/test/scala/org/apache/sedona/sql/adapterTestScala.scala ## @@ -198,5 +199,51 @@ class adapterTestScala extends