[VOTE] Release Apache Sedona 1.1.0-incubating-rc1

2021-10-03 Thread Jia Yu
Hi all, This is a call for vote on Apache Sedona 1.1.0-incubating-rc1. This RC has passed the vote in the Sedona community. The result thread: https://lists.apache.org/thread.html/rb46d58958fd21b5af6f32486b08491e3d018bc1128d6e0819b663bdd%40%3Cdev.sedona.apache.org%3E Please refer to the changes

Re: [VOTE] Release Apache Sedona 1.1.0-incubating-rc1

2021-10-03 Thread Felix Cheung
- incubating in name - signature and hash fine - DISCLAIMER is fine - LICENSE and NOTICE are fine - No unexpected binary files - source files for ASF headers is there a reason this file doesn't have a header? ./sql/src/main/scala/org/apache/spark/sql/sedona_sql/io/ImageOptions.scala On Sun,

Re: [VOTE] Release Apache Sedona 1.1.0-incubating-rc1

2021-10-03 Thread Felix Cheung
+1 Because of WIP DISCLAIMER On Sun, Oct 3, 2021 at 12:02 PM Felix Cheung wrote: > - incubating in name > - signature and hash fine > - DISCLAIMER is fine > - LICENSE and NOTICE are fine > - No unexpected binary files > > - source files for ASF headers > > is there a reason this file doesn't

Re: [VOTE] Release Apache Sedona 1.1.0-incubating-rc1

2021-10-03 Thread Justin Mclean
Hi, +1 (binding) I checked: - incubating in name - signature and hashes are fine - DISCLAIMER (WIP) exists - LICENSE may be missing some information, there seems to be be data from OpenStreetMap and I’m not 100% sure if this is compatible with the Apache license. [1][2] - NOTICE is fine - A

Re: [VOTE] Release Apache Sedona 1.1.0-incubating-rc1

2021-10-03 Thread Jia Yu
Felix and Justin, Thanks for catching the file header issue. I have created a PR to fix this in the next release. In this PR, I have added the missing file headers and have added the Apache Rat check into the standard publish process. https://github.com/apache/incubator-sedona/pull/551 Thanks,