Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-19 Thread Hyukjin Kwon
Hey Jacek thanks for letting me know. I'll cur another RC soon.


On Fri, 19 Feb 2021, 22:14 Jacek Laskowski,  wrote:

> Hi Hyukjin,
>
> FYI: cloud-fan commented 3 hours ago: thanks, merging to master/3.1!
>
> https://github.com/apache/spark/pull/31550#issuecomment-781977920
>
> Pozdrawiam,
> Jacek Laskowski
> 
> https://about.me/JacekLaskowski
> "The Internals Of" Online Books 
> Follow me on https://twitter.com/jaceklaskowski
>
> 
>
>
> On Sat, Feb 13, 2021 at 3:46 AM Hyukjin Kwon  wrote:
>
>> I have received a ping about a new blocker, a regression on a temporary
>> function in CTE - worked before but now it's broken (
>> https://github.com/apache/spark/pull/31550). Thank you @Peter Toth
>> 
>> I tend to treat this as a legitimate blocker. I will cut another RC right
>> after this fix if we're all good with it.
>>
>> 2021년 2월 11일 (목) 오전 9:20, Takeshi Yamamuro 님이 작성:
>>
>>> +1
>>>
>>> I looked around the jira tickets and I think there is no explicit
>>> blocker issue on the Spark SQL component.
>>> Also, I ran the tests on AWS envs and I couldn't find any issue there,
>>> too.
>>>
>>> Bests,
>>> Takeshi
>>>
>>> On Thu, Feb 11, 2021 at 7:37 AM Mridul Muralidharan 
>>> wrote:
>>>

 Signatures, digests, etc check out fine.
 Checked out tag and build/tested with -Pyarn -Phadoop-2.7 -Phive
 -Phive-thriftserver -Pmesos -Pkubernetes

 I keep getting test failures
 with org.apache.spark.sql.kafka010.KafkaDelegationTokenSuite: removing this
 suite gets the build through though - does anyone have suggestions on how
 to fix it ?
 Perhaps a local problem at my end ?


 Regards,
 Mridul



 On Mon, Feb 8, 2021 at 6:24 PM Hyukjin Kwon 
 wrote:

> Please vote on releasing the following candidate as Apache Spark
> version 3.1.1.
>
> The vote is open until February 15th 5PM PST and passes if a majority
> +1 PMC votes are cast, with a minimum of 3 +1 votes.
>
> Note that it is 7 days this time because it is a holiday season in
> several countries including South Korea (where I live), China etc., and I
> would like to make sure people do not miss it because it is a holiday
> season.
>
> [ ] +1 Release this package as Apache Spark 3.1.1
> [ ] -1 Do not release this package because ...
>
> To learn more about Apache Spark, please see http://spark.apache.org/
>
> The tag to be voted on is v3.1.1-rc2 (commit
> cf0115ac2d60070399af481b14566f33d22ec45e):
> https://github.com/apache/spark/tree/v3.1.1-rc2
>
> The release files, including signatures, digests, etc. can be found at:
> 
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>
> Signatures used for Spark RCs can be found in this file:
> https://dist.apache.org/repos/dist/dev/spark/KEYS
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapachespark-1365
>
> The documentation corresponding to this release can be found at:
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>
> The list of bug fixes going into 3.1.1 can be found at the following
> URL:
> https://s.apache.org/41kf2
>
> This release is using the release script of the tag v3.1.1-rc2.
>
> FAQ
>
> ===
> What happened to 3.1.0?
> ===
>
> There was a technical issue during Apache Spark 3.1.0 preparation, and
> it was discussed and decided to skip 3.1.0.
> Please see
> https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
> more details.
>
> =
> How can I help test this release?
> =
>
> If you are a Spark user, you can help us test this release by taking
> an existing Spark workload and running on this release candidate, then
> reporting any regressions.
>
> If you're working in PySpark you can set up a virtual env and install
> the current RC via "pip install
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
> "
> and see if anything important breaks.
> In the Java/Scala, you can add the staging repository to your projects
> resolvers and test
> with the RC (make sure to clean up the artifact cache before/after so
> you don't end up building with an out of date RC going forward).
>
> ===
> What should happen to JIRA tickets still targeting 3.1.1?
> ===
>
> The current list of open tickets targeted at 3.1.1 can be found at:
> https://issues.apache.org/jira/projects/SPARK and search for "Target
> Version/s" = 3.1.1

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-19 Thread Jacek Laskowski
Hi Hyukjin,

FYI: cloud-fan commented 3 hours ago: thanks, merging to master/3.1!

https://github.com/apache/spark/pull/31550#issuecomment-781977920

Pozdrawiam,
Jacek Laskowski

https://about.me/JacekLaskowski
"The Internals Of" Online Books 
Follow me on https://twitter.com/jaceklaskowski




On Sat, Feb 13, 2021 at 3:46 AM Hyukjin Kwon  wrote:

> I have received a ping about a new blocker, a regression on a temporary
> function in CTE - worked before but now it's broken (
> https://github.com/apache/spark/pull/31550). Thank you @Peter Toth
> 
> I tend to treat this as a legitimate blocker. I will cut another RC right
> after this fix if we're all good with it.
>
> 2021년 2월 11일 (목) 오전 9:20, Takeshi Yamamuro 님이 작성:
>
>> +1
>>
>> I looked around the jira tickets and I think there is no explicit blocker
>> issue on the Spark SQL component.
>> Also, I ran the tests on AWS envs and I couldn't find any issue there,
>> too.
>>
>> Bests,
>> Takeshi
>>
>> On Thu, Feb 11, 2021 at 7:37 AM Mridul Muralidharan 
>> wrote:
>>
>>>
>>> Signatures, digests, etc check out fine.
>>> Checked out tag and build/tested with -Pyarn -Phadoop-2.7 -Phive
>>> -Phive-thriftserver -Pmesos -Pkubernetes
>>>
>>> I keep getting test failures
>>> with org.apache.spark.sql.kafka010.KafkaDelegationTokenSuite: removing this
>>> suite gets the build through though - does anyone have suggestions on how
>>> to fix it ?
>>> Perhaps a local problem at my end ?
>>>
>>>
>>> Regards,
>>> Mridul
>>>
>>>
>>>
>>> On Mon, Feb 8, 2021 at 6:24 PM Hyukjin Kwon  wrote:
>>>
 Please vote on releasing the following candidate as Apache Spark
 version 3.1.1.

 The vote is open until February 15th 5PM PST and passes if a majority
 +1 PMC votes are cast, with a minimum of 3 +1 votes.

 Note that it is 7 days this time because it is a holiday season in
 several countries including South Korea (where I live), China etc., and I
 would like to make sure people do not miss it because it is a holiday
 season.

 [ ] +1 Release this package as Apache Spark 3.1.1
 [ ] -1 Do not release this package because ...

 To learn more about Apache Spark, please see http://spark.apache.org/

 The tag to be voted on is v3.1.1-rc2 (commit
 cf0115ac2d60070399af481b14566f33d22ec45e):
 https://github.com/apache/spark/tree/v3.1.1-rc2

 The release files, including signatures, digests, etc. can be found at:
 
 https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/

 Signatures used for Spark RCs can be found in this file:
 https://dist.apache.org/repos/dist/dev/spark/KEYS

 The staging repository for this release can be found at:
 https://repository.apache.org/content/repositories/orgapachespark-1365

 The documentation corresponding to this release can be found at:
 https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/

 The list of bug fixes going into 3.1.1 can be found at the following
 URL:
 https://s.apache.org/41kf2

 This release is using the release script of the tag v3.1.1-rc2.

 FAQ

 ===
 What happened to 3.1.0?
 ===

 There was a technical issue during Apache Spark 3.1.0 preparation, and
 it was discussed and decided to skip 3.1.0.
 Please see
 https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
 more details.

 =
 How can I help test this release?
 =

 If you are a Spark user, you can help us test this release by taking
 an existing Spark workload and running on this release candidate, then
 reporting any regressions.

 If you're working in PySpark you can set up a virtual env and install
 the current RC via "pip install
 https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
 "
 and see if anything important breaks.
 In the Java/Scala, you can add the staging repository to your projects
 resolvers and test
 with the RC (make sure to clean up the artifact cache before/after so
 you don't end up building with an out of date RC going forward).

 ===
 What should happen to JIRA tickets still targeting 3.1.1?
 ===

 The current list of open tickets targeted at 3.1.1 can be found at:
 https://issues.apache.org/jira/projects/SPARK and search for "Target
 Version/s" = 3.1.1

 Committers should look at those and triage. Extremely important bug
 fixes, documentation, and API tweaks that impact compatibility should
 be worked on immediately. Everything else please retarget to an
 appropriate release.

 

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-12 Thread Hyukjin Kwon
I have received a ping about a new blocker, a regression on a temporary
function in CTE - worked before but now it's broken (
https://github.com/apache/spark/pull/31550). Thank you @Peter Toth

I tend to treat this as a legitimate blocker. I will cut another RC right
after this fix if we're all good with it.

2021년 2월 11일 (목) 오전 9:20, Takeshi Yamamuro 님이 작성:

> +1
>
> I looked around the jira tickets and I think there is no explicit blocker
> issue on the Spark SQL component.
> Also, I ran the tests on AWS envs and I couldn't find any issue there, too.
>
> Bests,
> Takeshi
>
> On Thu, Feb 11, 2021 at 7:37 AM Mridul Muralidharan 
> wrote:
>
>>
>> Signatures, digests, etc check out fine.
>> Checked out tag and build/tested with -Pyarn -Phadoop-2.7 -Phive
>> -Phive-thriftserver -Pmesos -Pkubernetes
>>
>> I keep getting test failures
>> with org.apache.spark.sql.kafka010.KafkaDelegationTokenSuite: removing this
>> suite gets the build through though - does anyone have suggestions on how
>> to fix it ?
>> Perhaps a local problem at my end ?
>>
>>
>> Regards,
>> Mridul
>>
>>
>>
>> On Mon, Feb 8, 2021 at 6:24 PM Hyukjin Kwon  wrote:
>>
>>> Please vote on releasing the following candidate as Apache Spark version
>>> 3.1.1.
>>>
>>> The vote is open until February 15th 5PM PST and passes if a majority +1
>>> PMC votes are cast, with a minimum of 3 +1 votes.
>>>
>>> Note that it is 7 days this time because it is a holiday season in
>>> several countries including South Korea (where I live), China etc., and I
>>> would like to make sure people do not miss it because it is a holiday
>>> season.
>>>
>>> [ ] +1 Release this package as Apache Spark 3.1.1
>>> [ ] -1 Do not release this package because ...
>>>
>>> To learn more about Apache Spark, please see http://spark.apache.org/
>>>
>>> The tag to be voted on is v3.1.1-rc2 (commit
>>> cf0115ac2d60070399af481b14566f33d22ec45e):
>>> https://github.com/apache/spark/tree/v3.1.1-rc2
>>>
>>> The release files, including signatures, digests, etc. can be found at:
>>> 
>>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>>>
>>> Signatures used for Spark RCs can be found in this file:
>>> https://dist.apache.org/repos/dist/dev/spark/KEYS
>>>
>>> The staging repository for this release can be found at:
>>> https://repository.apache.org/content/repositories/orgapachespark-1365
>>>
>>> The documentation corresponding to this release can be found at:
>>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>>>
>>> The list of bug fixes going into 3.1.1 can be found at the following URL:
>>> https://s.apache.org/41kf2
>>>
>>> This release is using the release script of the tag v3.1.1-rc2.
>>>
>>> FAQ
>>>
>>> ===
>>> What happened to 3.1.0?
>>> ===
>>>
>>> There was a technical issue during Apache Spark 3.1.0 preparation, and
>>> it was discussed and decided to skip 3.1.0.
>>> Please see
>>> https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
>>> more details.
>>>
>>> =
>>> How can I help test this release?
>>> =
>>>
>>> If you are a Spark user, you can help us test this release by taking
>>> an existing Spark workload and running on this release candidate, then
>>> reporting any regressions.
>>>
>>> If you're working in PySpark you can set up a virtual env and install
>>> the current RC via "pip install
>>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
>>> "
>>> and see if anything important breaks.
>>> In the Java/Scala, you can add the staging repository to your projects
>>> resolvers and test
>>> with the RC (make sure to clean up the artifact cache before/after so
>>> you don't end up building with an out of date RC going forward).
>>>
>>> ===
>>> What should happen to JIRA tickets still targeting 3.1.1?
>>> ===
>>>
>>> The current list of open tickets targeted at 3.1.1 can be found at:
>>> https://issues.apache.org/jira/projects/SPARK and search for "Target
>>> Version/s" = 3.1.1
>>>
>>> Committers should look at those and triage. Extremely important bug
>>> fixes, documentation, and API tweaks that impact compatibility should
>>> be worked on immediately. Everything else please retarget to an
>>> appropriate release.
>>>
>>> ==
>>> But my bug isn't fixed?
>>> ==
>>>
>>> In order to make timely releases, we will typically not hold the
>>> release unless the bug in question is a regression from the previous
>>> release. That being said, if there is something which is a regression
>>> that has not been correctly targeted please ping me or a committer to
>>> help target the issue.
>>>
>>>
>>>
>
> --
> ---
> Takeshi Yamamuro
>


Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-10 Thread Takeshi Yamamuro
+1

I looked around the jira tickets and I think there is no explicit blocker
issue on the Spark SQL component.
Also, I ran the tests on AWS envs and I couldn't find any issue there, too.

Bests,
Takeshi

On Thu, Feb 11, 2021 at 7:37 AM Mridul Muralidharan 
wrote:

>
> Signatures, digests, etc check out fine.
> Checked out tag and build/tested with -Pyarn -Phadoop-2.7 -Phive
> -Phive-thriftserver -Pmesos -Pkubernetes
>
> I keep getting test failures
> with org.apache.spark.sql.kafka010.KafkaDelegationTokenSuite: removing this
> suite gets the build through though - does anyone have suggestions on how
> to fix it ?
> Perhaps a local problem at my end ?
>
>
> Regards,
> Mridul
>
>
>
> On Mon, Feb 8, 2021 at 6:24 PM Hyukjin Kwon  wrote:
>
>> Please vote on releasing the following candidate as Apache Spark version
>> 3.1.1.
>>
>> The vote is open until February 15th 5PM PST and passes if a majority +1
>> PMC votes are cast, with a minimum of 3 +1 votes.
>>
>> Note that it is 7 days this time because it is a holiday season in
>> several countries including South Korea (where I live), China etc., and I
>> would like to make sure people do not miss it because it is a holiday
>> season.
>>
>> [ ] +1 Release this package as Apache Spark 3.1.1
>> [ ] -1 Do not release this package because ...
>>
>> To learn more about Apache Spark, please see http://spark.apache.org/
>>
>> The tag to be voted on is v3.1.1-rc2 (commit
>> cf0115ac2d60070399af481b14566f33d22ec45e):
>> https://github.com/apache/spark/tree/v3.1.1-rc2
>>
>> The release files, including signatures, digests, etc. can be found at:
>> 
>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>>
>> Signatures used for Spark RCs can be found in this file:
>> https://dist.apache.org/repos/dist/dev/spark/KEYS
>>
>> The staging repository for this release can be found at:
>> https://repository.apache.org/content/repositories/orgapachespark-1365
>>
>> The documentation corresponding to this release can be found at:
>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>>
>> The list of bug fixes going into 3.1.1 can be found at the following URL:
>> https://s.apache.org/41kf2
>>
>> This release is using the release script of the tag v3.1.1-rc2.
>>
>> FAQ
>>
>> ===
>> What happened to 3.1.0?
>> ===
>>
>> There was a technical issue during Apache Spark 3.1.0 preparation, and it
>> was discussed and decided to skip 3.1.0.
>> Please see
>> https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
>> more details.
>>
>> =
>> How can I help test this release?
>> =
>>
>> If you are a Spark user, you can help us test this release by taking
>> an existing Spark workload and running on this release candidate, then
>> reporting any regressions.
>>
>> If you're working in PySpark you can set up a virtual env and install
>> the current RC via "pip install
>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
>> "
>> and see if anything important breaks.
>> In the Java/Scala, you can add the staging repository to your projects
>> resolvers and test
>> with the RC (make sure to clean up the artifact cache before/after so
>> you don't end up building with an out of date RC going forward).
>>
>> ===
>> What should happen to JIRA tickets still targeting 3.1.1?
>> ===
>>
>> The current list of open tickets targeted at 3.1.1 can be found at:
>> https://issues.apache.org/jira/projects/SPARK and search for "Target
>> Version/s" = 3.1.1
>>
>> Committers should look at those and triage. Extremely important bug
>> fixes, documentation, and API tweaks that impact compatibility should
>> be worked on immediately. Everything else please retarget to an
>> appropriate release.
>>
>> ==
>> But my bug isn't fixed?
>> ==
>>
>> In order to make timely releases, we will typically not hold the
>> release unless the bug in question is a regression from the previous
>> release. That being said, if there is something which is a regression
>> that has not been correctly targeted please ping me or a committer to
>> help target the issue.
>>
>>
>>

-- 
---
Takeshi Yamamuro


Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-10 Thread Mridul Muralidharan
Signatures, digests, etc check out fine.
Checked out tag and build/tested with -Pyarn -Phadoop-2.7 -Phive
-Phive-thriftserver -Pmesos -Pkubernetes

I keep getting test failures
with org.apache.spark.sql.kafka010.KafkaDelegationTokenSuite: removing this
suite gets the build through though - does anyone have suggestions on how
to fix it ?
Perhaps a local problem at my end ?


Regards,
Mridul



On Mon, Feb 8, 2021 at 6:24 PM Hyukjin Kwon  wrote:

> Please vote on releasing the following candidate as Apache Spark version
> 3.1.1.
>
> The vote is open until February 15th 5PM PST and passes if a majority +1
> PMC votes are cast, with a minimum of 3 +1 votes.
>
> Note that it is 7 days this time because it is a holiday season in several
> countries including South Korea (where I live), China etc., and I would
> like to make sure people do not miss it because it is a holiday season.
>
> [ ] +1 Release this package as Apache Spark 3.1.1
> [ ] -1 Do not release this package because ...
>
> To learn more about Apache Spark, please see http://spark.apache.org/
>
> The tag to be voted on is v3.1.1-rc2 (commit
> cf0115ac2d60070399af481b14566f33d22ec45e):
> https://github.com/apache/spark/tree/v3.1.1-rc2
>
> The release files, including signatures, digests, etc. can be found at:
> 
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>
> Signatures used for Spark RCs can be found in this file:
> https://dist.apache.org/repos/dist/dev/spark/KEYS
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapachespark-1365
>
> The documentation corresponding to this release can be found at:
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>
> The list of bug fixes going into 3.1.1 can be found at the following URL:
> https://s.apache.org/41kf2
>
> This release is using the release script of the tag v3.1.1-rc2.
>
> FAQ
>
> ===
> What happened to 3.1.0?
> ===
>
> There was a technical issue during Apache Spark 3.1.0 preparation, and it
> was discussed and decided to skip 3.1.0.
> Please see
> https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
> more details.
>
> =
> How can I help test this release?
> =
>
> If you are a Spark user, you can help us test this release by taking
> an existing Spark workload and running on this release candidate, then
> reporting any regressions.
>
> If you're working in PySpark you can set up a virtual env and install
> the current RC via "pip install
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
> "
> and see if anything important breaks.
> In the Java/Scala, you can add the staging repository to your projects
> resolvers and test
> with the RC (make sure to clean up the artifact cache before/after so
> you don't end up building with an out of date RC going forward).
>
> ===
> What should happen to JIRA tickets still targeting 3.1.1?
> ===
>
> The current list of open tickets targeted at 3.1.1 can be found at:
> https://issues.apache.org/jira/projects/SPARK and search for "Target
> Version/s" = 3.1.1
>
> Committers should look at those and triage. Extremely important bug
> fixes, documentation, and API tweaks that impact compatibility should
> be worked on immediately. Everything else please retarget to an
> appropriate release.
>
> ==
> But my bug isn't fixed?
> ==
>
> In order to make timely releases, we will typically not hold the
> release unless the bug in question is a regression from the previous
> release. That being said, if there is something which is a regression
> that has not been correctly targeted please ping me or a committer to
> help target the issue.
>
>
>


Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-09 Thread Yikun Jiang
+1, Tested build and basic feature on aarch64(ARM64) environment.

Regards,
Yikun


Yuming Wang  于2021年2月9日周二 下午8:24写道:

> +1. Tested a batch of queries with YARN client mode.
>
> On Tue, Feb 9, 2021 at 2:57 PM 郑瑞峰  wrote:
>
>> +1 (non-binding)
>>
>> Thank you, Hyukjin
>>
>>
>> -- 原始邮件 --
>> *发件人:* "Gengliang Wang" ;
>> *发送时间:* 2021年2月9日(星期二) 中午1:50
>> *收件人:* "Sean Owen";
>> *抄送:* "Hyukjin Kwon";"Yuming Wang"> >;"dev";
>> *主题:* Re: [VOTE] Release Spark 3.1.1 (RC2)
>>
>> +1
>>
>> On Tue, Feb 9, 2021 at 1:39 PM Sean Owen  wrote:
>>
>>> Same result as last time for me, +1. Tested with Java 11.
>>> I fixed the two issues without assignee; one was WontFix though.
>>>
>>> On Mon, Feb 8, 2021 at 7:43 PM Hyukjin Kwon  wrote:
>>>
>>>> Let's set the assignees properly then. Shouldn't be a problem for the
>>>> release.
>>>>
>>>> On Tue, 9 Feb 2021, 10:40 Yuming Wang,  wrote:
>>>>
>>>>>
>>>>> Many tickets do not have correct assignee:
>>>>>
>>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)
>>>>>
>>>>>
>>>>> On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon 
>>>>> wrote:
>>>>>
>>>>>> +1 (binding) from myself too.
>>>>>>
>>>>>> 2021년 2월 9일 (화) 오전 9:28, Kent Yao 님이 작성:
>>>>>>
>>>>>>>
>>>>>>> +1
>>>>>>>
>>>>>>> *Kent Yao *
>>>>>>> @ Data Science Center, Hangzhou Research Institute, NetEase Corp.
>>>>>>> *a spark enthusiast*
>>>>>>> *kyuubi <https://github.com/yaooqinn/kyuubi>is a unified
>>>>>>> multi-tenant JDBC interface for large-scale data processing and 
>>>>>>> analytics,
>>>>>>> built on top of Apache Spark <http://spark.apache.org/>.*
>>>>>>> *spark-authorizer <https://github.com/yaooqinn/spark-authorizer>A
>>>>>>> Spark SQL extension which provides SQL Standard Authorization for 
>>>>>>> **Apache
>>>>>>> Spark <http://spark.apache.org/>.*
>>>>>>> *spark-postgres <https://github.com/yaooqinn/spark-postgres> A
>>>>>>> library for reading data from and transferring data to Postgres / 
>>>>>>> Greenplum
>>>>>>> with Spark SQL and DataFrames, 10~100x faster.*
>>>>>>> *spark-func-extras <https://github.com/yaooqinn/spark-func-extras>A
>>>>>>> library that brings excellent and useful functions from various modern
>>>>>>> database management systems to Apache Spark <http://spark.apache.org/>.*
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On 02/9/2021 08:24,Hyukjin Kwon
>>>>>>>  wrote:
>>>>>>>
>>>>>>> Please vote on releasing the following candidate as Apache Spark
>>>>>>> version 3.1.1.
>>>>>>>
>>>>>>> The vote is open until February 15th 5PM PST and passes if a
>>>>>>> majority +1 PMC votes are cast, with a minimum of 3 +1 votes.
>>>>>>>
>>>>>>> Note that it is 7 days this time because it is a holiday season in
>>>>>>> several countries including South Korea (where I live), China etc., and 
>>>>>>> I
>>>>>>> would like to make sure people do not miss it because it is a holiday
>>>>>>> season.
>>>>>>>
>>>>>>> [ ] +1 Release this package as Apache Spark 3.1.1
>>>>>>> [ ] -1 Do not release this package because ...
>>>>>>>
>>>>>>> To learn more about Apache Spark, please see
>>>>>>> http://spark.apache.org/
>>>>>>>
>>>>>>> The tag to be voted on is v3.1.1-rc2 (commit
>>>>>>> cf0115ac2d60070399af481b14566f33d22ec45e):
>>>>>>> https://github.com/apache/spark/tree/v3.1.1-rc2
>>>>>>>
>>>>>>> The rel

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-09 Thread Yuming Wang
+1. Tested a batch of queries with YARN client mode.

On Tue, Feb 9, 2021 at 2:57 PM 郑瑞峰  wrote:

> +1 (non-binding)
>
> Thank you, Hyukjin
>
>
> -- 原始邮件 --
> *发件人:* "Gengliang Wang" ;
> *发送时间:* 2021年2月9日(星期二) 中午1:50
> *收件人:* "Sean Owen";
> *抄送:* "Hyukjin Kwon";"Yuming Wang" >;"dev";
> *主题:* Re: [VOTE] Release Spark 3.1.1 (RC2)
>
> +1
>
> On Tue, Feb 9, 2021 at 1:39 PM Sean Owen  wrote:
>
>> Same result as last time for me, +1. Tested with Java 11.
>> I fixed the two issues without assignee; one was WontFix though.
>>
>> On Mon, Feb 8, 2021 at 7:43 PM Hyukjin Kwon  wrote:
>>
>>> Let's set the assignees properly then. Shouldn't be a problem for the
>>> release.
>>>
>>> On Tue, 9 Feb 2021, 10:40 Yuming Wang,  wrote:
>>>
>>>>
>>>> Many tickets do not have correct assignee:
>>>>
>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)
>>>>
>>>>
>>>> On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon 
>>>> wrote:
>>>>
>>>>> +1 (binding) from myself too.
>>>>>
>>>>> 2021년 2월 9일 (화) 오전 9:28, Kent Yao 님이 작성:
>>>>>
>>>>>>
>>>>>> +1
>>>>>>
>>>>>> *Kent Yao *
>>>>>> @ Data Science Center, Hangzhou Research Institute, NetEase Corp.
>>>>>> *a spark enthusiast*
>>>>>> *kyuubi <https://github.com/yaooqinn/kyuubi>is a unified
>>>>>> multi-tenant JDBC interface for large-scale data processing and 
>>>>>> analytics,
>>>>>> built on top of Apache Spark <http://spark.apache.org/>.*
>>>>>> *spark-authorizer <https://github.com/yaooqinn/spark-authorizer>A
>>>>>> Spark SQL extension which provides SQL Standard Authorization for 
>>>>>> **Apache
>>>>>> Spark <http://spark.apache.org/>.*
>>>>>> *spark-postgres <https://github.com/yaooqinn/spark-postgres> A
>>>>>> library for reading data from and transferring data to Postgres / 
>>>>>> Greenplum
>>>>>> with Spark SQL and DataFrames, 10~100x faster.*
>>>>>> *spark-func-extras <https://github.com/yaooqinn/spark-func-extras>A
>>>>>> library that brings excellent and useful functions from various modern
>>>>>> database management systems to Apache Spark <http://spark.apache.org/>.*
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 02/9/2021 08:24,Hyukjin Kwon
>>>>>>  wrote:
>>>>>>
>>>>>> Please vote on releasing the following candidate as Apache Spark
>>>>>> version 3.1.1.
>>>>>>
>>>>>> The vote is open until February 15th 5PM PST and passes if a majority
>>>>>> +1 PMC votes are cast, with a minimum of 3 +1 votes.
>>>>>>
>>>>>> Note that it is 7 days this time because it is a holiday season in
>>>>>> several countries including South Korea (where I live), China etc., and I
>>>>>> would like to make sure people do not miss it because it is a holiday
>>>>>> season.
>>>>>>
>>>>>> [ ] +1 Release this package as Apache Spark 3.1.1
>>>>>> [ ] -1 Do not release this package because ...
>>>>>>
>>>>>> To learn more about Apache Spark, please see http://spark.apache.org/
>>>>>>
>>>>>> The tag to be voted on is v3.1.1-rc2 (commit
>>>>>> cf0115ac2d60070399af481b14566f33d22ec45e):
>>>>>> https://github.com/apache/spark/tree/v3.1.1-rc2
>>>>>>
>>>>>> The release files, including signatures, digests, etc. can be found
>>>>>> at:
>>>>>> <https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc1-bin/>
>>>>>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>>>>>>
>>>>>> Signatures used for Spark RCs can be found in this file:
>>>>>> https://dist.apache.org/repos/dist/dev/spark/KEYS
>>>>>>
>>>>>> The staging repository for this release can be 

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-09 Thread Jungtaek Lim
+1 (non-binding)

* verified signatures
* built custom distribution with enabling kubernetes & hadoop-cloud profile
* built custom docker image from dist
* ran applications "rate to kafka" & "kafka to kafka" on k8s cluster (local
k3s)

Thanks for driving the release!

Jungtaek Lim (HeartSaVioR)

On Tue, Feb 9, 2021 at 4:41 PM Cheng Su  wrote:

> +1 for this release candidate.
>
>
>
> Thanks,
>
> Cheng Su
>
>
>
> *From: *郑瑞峰 
> *Date: *Monday, February 8, 2021 at 10:58 PM
> *To: *Gengliang Wang , Sean Owen 
> *Cc: *gurwls223 , Yuming Wang ,
> dev 
> *Subject: *回复: [VOTE] Release Spark 3.1.1 (RC2)
>
>
>
> +1 (non-binding)
>
>
>
> Thank you, Hyukjin
>
>
>
>
>
> -- 原始邮件 --
>
> *发件人**:* "Gengliang Wang" ;
>
> *发送时间**:* 2021年2月9日(星期二) 中午1:50
>
> *收件人**:* "Sean Owen";
>
> *抄送**:* "Hyukjin Kwon";"Yuming Wang" >;"dev";
>
> *主题**:* Re: [VOTE] Release Spark 3.1.1 (RC2)
>
>
>
> +1
>
>
>
> On Tue, Feb 9, 2021 at 1:39 PM Sean Owen  wrote:
>
> Same result as last time for me, +1. Tested with Java 11.
>
> I fixed the two issues without assignee; one was WontFix though.
>
>
>
> On Mon, Feb 8, 2021 at 7:43 PM Hyukjin Kwon  wrote:
>
> Let's set the assignees properly then. Shouldn't be a problem for the
> release.
>
>
>
> On Tue, 9 Feb 2021, 10:40 Yuming Wang,  wrote:
>
>
>
> Many tickets do not have correct assignee:
>
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)
> <https://issues.apache.org/jira/issues/?jql=project%20=%20SPARK%20AND%20status%20in%20(Resolved,%20Closed)%20AND%20fixVersion%20in%20(3.1.0,%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20=%20apachespark)>
>
>
>
>
>
> On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon  wrote:
>
> +1 (binding) from myself too.
>
>
>
> 2021년 2월 9일 (화) 오전 9:28, Kent Yao 님이 작성:
>
>
>
> +1
>
>
>
> *Kent Yao *
>
> @ Data Science Center, Hangzhou Research Institute, NetEase Corp.
>
> *a spark enthusiast*
>
> *kyuubi <https://github.com/yaooqinn/kyuubi>**is a unified
> multi-tenant JDBC interface for large-scale data processing and analytics,
> built on top of **Apache Spark <http://spark.apache.org/>**.*
> *spark-authorizer <https://github.com/yaooqinn/spark-authorizer>**A Spark
> SQL extension which provides SQL Standard Authorization for **Apache
> Spark <http://spark.apache.org/>**.*
> *spark-postgres <https://github.com/yaooqinn/spark-postgres> **A library
> for reading data from and transferring data to Postgres / Greenplum with
> Spark SQL and DataFrames, 10~100x faster.*
> *spark-func-extras <https://github.com/yaooqinn/spark-func-extras>**A
> library that brings excellent and useful functions from various modern
> database management systems to **Apache Spark <http://spark.apache.org/>*
> *.*
>
>
>
>
>
> On 02/9/2021 08:24,Hyukjin Kwon 
> wrote:
>
> Please vote on releasing the following candidate as Apache Spark version
> 3.1.1.
>
>
>
> The vote is open until February 15th 5PM PST and passes if a majority +1
> PMC votes are cast, with a minimum of 3 +1 votes.
>
>
>
> Note that it is 7 days this time because it is a holiday season in several
> countries including South Korea (where I live), China etc., and I would
> like to make sure people do not miss it because it is a holiday season.
>
>
>
> [ ] +1 Release this package as Apache Spark 3.1.1
>
> [ ] -1 Do not release this package because ...
>
>
>
> To learn more about Apache Spark, please see http://spark.apache.org/
>
>
>
> The tag to be voted on is v3.1.1-rc2 (commit
> cf0115ac2d60070399af481b14566f33d22ec45e):
>
> https://github.com/apache/spark/tree/v3.1.1-rc2
>
>
>
> The release files, including signatures, digests, etc. can be found at:
>
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>
> Signatures used for Spark RCs can be found in this file:
>
> https://dist.apache.org/repos/dist/dev/spark/KEYS
>
>
>
> The staging repository for this release can be found at:
>
> https://repository.apache.org/content/repositories/orgapachespark-1365
>
>
>
> The documentation corresponding to this release can be found at:
>
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>
>
>
> The list of bug fixes going into 3.1.1 can be found at the fo

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread Cheng Su
+1 for this release candidate.

Thanks,
Cheng Su

From: 郑瑞峰 
Date: Monday, February 8, 2021 at 10:58 PM
To: Gengliang Wang , Sean Owen 
Cc: gurwls223 , Yuming Wang , dev 

Subject: 回复: [VOTE] Release Spark 3.1.1 (RC2)

+1 (non-binding)

Thank you, Hyukjin


-- 原始邮件 --
发件人: "Gengliang Wang" ;
发送时间: 2021年2月9日(星期二) 中午1:50
收件人: "Sean Owen";
抄送: "Hyukjin Kwon";"Yuming 
Wang";"dev";
主题: Re: [VOTE] Release Spark 3.1.1 (RC2)

+1

On Tue, Feb 9, 2021 at 1:39 PM Sean Owen 
mailto:sro...@apache.org>> wrote:
Same result as last time for me, +1. Tested with Java 11.
I fixed the two issues without assignee; one was WontFix though.

On Mon, Feb 8, 2021 at 7:43 PM Hyukjin Kwon 
mailto:gurwls...@gmail.com>> wrote:
Let's set the assignees properly then. Shouldn't be a problem for the release.

On Tue, 9 Feb 2021, 10:40 Yuming Wang, 
mailto:wgy...@gmail.com>> wrote:

Many tickets do not have correct assignee:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)<https://issues.apache.org/jira/issues/?jql=project
 = SPARK AND status in (Resolved, Closed) AND fixVersion in (3.1.0, 3.1.1) AND 
(assignee is EMPTY or assignee = apachespark)>


On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon 
mailto:gurwls...@gmail.com>> wrote:
+1 (binding) from myself too.

2021년 2월 9일 (화) 오전 9:28, Kent Yao mailto:yaooq...@qq.com>>님이 
작성:

+1

Kent Yao
@ Data Science Center, Hangzhou Research Institute, NetEase Corp.
a spark enthusiast
kyuubi<https://github.com/yaooqinn/kyuubi>is a unified multi-tenant JDBC 
interface for large-scale data processing and analytics, built on top of Apache 
Spark<http://spark.apache.org/>.
spark-authorizer<https://github.com/yaooqinn/spark-authorizer>A Spark SQL 
extension which provides SQL Standard Authorization for Apache 
Spark<http://spark.apache.org/>.
spark-postgres<https://github.com/yaooqinn/spark-postgres> A library for 
reading data from and transferring data to Postgres / Greenplum with Spark SQL 
and DataFrames, 10~100x faster.
spark-func-extras<https://github.com/yaooqinn/spark-func-extras>A library that 
brings excellent and useful functions from various modern database management 
systems to Apache Spark<http://spark.apache.org/>.



On 02/9/2021 08:24,Hyukjin 
Kwon<mailto:gurwls...@gmail.com> wrote:
Please vote on releasing the following candidate as Apache Spark version 3.1.1.

The vote is open until February 15th 5PM PST and passes if a majority +1 PMC 
votes are cast, with a minimum of 3 +1 votes.

Note that it is 7 days this time because it is a holiday season in several 
countries including South Korea (where I live), China etc., and I would like to 
make sure people do not miss it because it is a holiday season.

[ ] +1 Release this package as Apache Spark 3.1.1
[ ] -1 Do not release this package because ...

To learn more about Apache Spark, please see 
http://spark.apache.org/<http://spark.apache.org/>

The tag to be voted on is v3.1.1-rc2 (commit 
cf0115ac2d60070399af481b14566f33d22ec45e):
https://github.com/apache/spark/tree/v3.1.1-rc2

The release files, including signatures, digests, etc. can be found at:
https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/<https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/>
Signatures used for Spark RCs can be found in this file:
https://dist.apache.org/repos/dist/dev/spark/KEYS<https://dist.apache.org/repos/dist/dev/spark/KEYS>

The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapachespark-1365<https://repository.apache.org/content/repositories/orgapachespark-1365>

The documentation corresponding to this release can be found at:
https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/<https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/>

The list of bug fixes going into 3.1.1 can be found at the following URL:
https://s.apache.org/41kf2<https://s.apache.org/41kf2>

This release is using the release script of the tag v3.1.1-rc2.

FAQ

===
What happened to 3.1.0?
===

There was a technical issue during Apache Spark 3.1.0 preparation, and it was 
discussed and decided to skip 3.1.0.
Please see 
https://spark.apache.org/news/next-official-release-spark-3.1.1.html<https://spark.apache.org/news/next-official-release-spark-3.1.1.html>
 for more details.
=
How can I help test this release?
=

If you are a Spark user, you can help us test this release by taking
an existing Spark workload and running on this release candidate, then
reporting any regressions.

If you're working in PySpark you can set up a virtual env and i

回复: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread 郑瑞峰
+1 (non-binding)


Thank you, Hyukjin






-- 原始邮件 --
发件人:
"Gengliang Wang"

https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)




On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon http://spark.apache.org/


The tag to be voted on is v3.1.1-rc2 (commit 
cf0115ac2d60070399af481b14566f33d22ec45e):
https://github.com/apache/spark/tree/v3.1.1-rc2



The release files, including signatures, digests, etc. can be found at:

https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/


Signatures used for Spark RCs can be found in this file:
https://dist.apache.org/repos/dist/dev/spark/KEYS


The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapachespark-1365



The documentation corresponding to this release can be found at:
https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/



The list of bug fixes going into 3.1.1 can be found at the following URL:
https://s.apache.org/41kf2


This release is using the release script of the tag v3.1.1-rc2.


FAQ

===
What happened to 3.1.0?
===

There was a technical issue during Apache Spark 3.1.0 preparation, and it was 
discussed and decided to skip 3.1.0.
Please see 
https://spark.apache.org/news/next-official-release-spark-3.1.1.htmlfor 
more details.



=
How can I help test this release?
=


If you are a Spark user, you can help us test this release by taking
an existing Spark workload and running on this release candidate, then
reporting any regressions.


If you're working in PySpark you can set up a virtual env and install
the current RC via "pip install 
https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz;
and see if anything important breaks.
In the Java/Scala, you can add the staging repository to your projects 
resolvers and test
with the RC (make sure to clean up the artifact cache before/after so
you don't end up building with an out of date RC going forward).


===
What should happen to JIRA tickets still targeting 3.1.1?
===


The current list of open tickets targeted at 3.1.1 can be found at:
https://issues.apache.org/jira/projects/SPARKand search for "Target 
Version/s" = 3.1.1


Committers should look at those and triage. Extremely important bug
fixes, documentation, and API tweaks that impact compatibility should
be worked on immediately. Everything else please retarget to an
appropriate release.


==
But my bug isn't fixed?
==


In order to make timely releases, we will typically not hold the
release unless the bug in question is a regression from the previous
release. That being said, if there is something which is a regression
that has not been correctly targeted please ping me or a committer to
help target the issue.

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread Gengliang Wang
+1

On Tue, Feb 9, 2021 at 1:39 PM Sean Owen  wrote:

> Same result as last time for me, +1. Tested with Java 11.
> I fixed the two issues without assignee; one was WontFix though.
>
> On Mon, Feb 8, 2021 at 7:43 PM Hyukjin Kwon  wrote:
>
>> Let's set the assignees properly then. Shouldn't be a problem for the
>> release.
>>
>> On Tue, 9 Feb 2021, 10:40 Yuming Wang,  wrote:
>>
>>>
>>> Many tickets do not have correct assignee:
>>>
>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)
>>>
>>>
>>> On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon  wrote:
>>>
 +1 (binding) from myself too.

 2021년 2월 9일 (화) 오전 9:28, Kent Yao 님이 작성:

>
> +1
>
> *Kent Yao *
> @ Data Science Center, Hangzhou Research Institute, NetEase Corp.
> *a spark enthusiast*
> *kyuubi is a
> unified multi-tenant JDBC interface for large-scale data processing and
> analytics, built on top of Apache Spark .*
> *spark-authorizer A
> Spark SQL extension which provides SQL Standard Authorization for **Apache
> Spark .*
> *spark-postgres  A library
> for reading data from and transferring data to Postgres / Greenplum with
> Spark SQL and DataFrames, 10~100x faster.*
> *spark-func-extras A
> library that brings excellent and useful functions from various modern
> database management systems to Apache Spark .*
>
>
>
> On 02/9/2021 08:24,Hyukjin Kwon
>  wrote:
>
> Please vote on releasing the following candidate as Apache Spark
> version 3.1.1.
>
> The vote is open until February 15th 5PM PST and passes if a majority
> +1 PMC votes are cast, with a minimum of 3 +1 votes.
>
> Note that it is 7 days this time because it is a holiday season in
> several countries including South Korea (where I live), China etc., and I
> would like to make sure people do not miss it because it is a holiday
> season.
>
> [ ] +1 Release this package as Apache Spark 3.1.1
> [ ] -1 Do not release this package because ...
>
> To learn more about Apache Spark, please see http://spark.apache.org/
>
> The tag to be voted on is v3.1.1-rc2 (commit
> cf0115ac2d60070399af481b14566f33d22ec45e):
> https://github.com/apache/spark/tree/v3.1.1-rc2
>
> The release files, including signatures, digests, etc. can be found at:
> 
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>
> Signatures used for Spark RCs can be found in this file:
> https://dist.apache.org/repos/dist/dev/spark/KEYS
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapachespark-1365
>
> The documentation corresponding to this release can be found at:
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>
> The list of bug fixes going into 3.1.1 can be found at the following
> URL:
> https://s.apache.org/41kf2
>
> This release is using the release script of the tag v3.1.1-rc2.
>
> FAQ
>
> ===
> What happened to 3.1.0?
> ===
>
> There was a technical issue during Apache Spark 3.1.0 preparation, and
> it was discussed and decided to skip 3.1.0.
> Please see
> https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
> more details.
>
> =
> How can I help test this release?
> =
>
> If you are a Spark user, you can help us test this release by taking
> an existing Spark workload and running on this release candidate, then
> reporting any regressions.
>
> If you're working in PySpark you can set up a virtual env and install
> the current RC via "pip install
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
> "
> and see if anything important breaks.
> In the Java/Scala, you can add the staging repository to your projects
> resolvers and test
> with the RC (make sure to clean up the artifact cache before/after so
> you don't end up building with an out of date RC going forward).
>
> ===
> What should happen to JIRA tickets still targeting 3.1.1?
> ===
>
> The current list of open tickets targeted at 3.1.1 can be found at:
> 

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread Sean Owen
Same result as last time for me, +1. Tested with Java 11.
I fixed the two issues without assignee; one was WontFix though.

On Mon, Feb 8, 2021 at 7:43 PM Hyukjin Kwon  wrote:

> Let's set the assignees properly then. Shouldn't be a problem for the
> release.
>
> On Tue, 9 Feb 2021, 10:40 Yuming Wang,  wrote:
>
>>
>> Many tickets do not have correct assignee:
>>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)
>>
>>
>> On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon  wrote:
>>
>>> +1 (binding) from myself too.
>>>
>>> 2021년 2월 9일 (화) 오전 9:28, Kent Yao 님이 작성:
>>>

 +1

 *Kent Yao *
 @ Data Science Center, Hangzhou Research Institute, NetEase Corp.
 *a spark enthusiast*
 *kyuubi is a
 unified multi-tenant JDBC interface for large-scale data processing and
 analytics, built on top of Apache Spark .*
 *spark-authorizer A Spark
 SQL extension which provides SQL Standard Authorization for **Apache
 Spark .*
 *spark-postgres  A library
 for reading data from and transferring data to Postgres / Greenplum with
 Spark SQL and DataFrames, 10~100x faster.*
 *spark-func-extras A
 library that brings excellent and useful functions from various modern
 database management systems to Apache Spark .*



 On 02/9/2021 08:24,Hyukjin Kwon
  wrote:

 Please vote on releasing the following candidate as Apache Spark
 version 3.1.1.

 The vote is open until February 15th 5PM PST and passes if a majority
 +1 PMC votes are cast, with a minimum of 3 +1 votes.

 Note that it is 7 days this time because it is a holiday season in
 several countries including South Korea (where I live), China etc., and I
 would like to make sure people do not miss it because it is a holiday
 season.

 [ ] +1 Release this package as Apache Spark 3.1.1
 [ ] -1 Do not release this package because ...

 To learn more about Apache Spark, please see http://spark.apache.org/

 The tag to be voted on is v3.1.1-rc2 (commit
 cf0115ac2d60070399af481b14566f33d22ec45e):
 https://github.com/apache/spark/tree/v3.1.1-rc2

 The release files, including signatures, digests, etc. can be found at:
 
 https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/

 Signatures used for Spark RCs can be found in this file:
 https://dist.apache.org/repos/dist/dev/spark/KEYS

 The staging repository for this release can be found at:
 https://repository.apache.org/content/repositories/orgapachespark-1365

 The documentation corresponding to this release can be found at:
 https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/

 The list of bug fixes going into 3.1.1 can be found at the following
 URL:
 https://s.apache.org/41kf2

 This release is using the release script of the tag v3.1.1-rc2.

 FAQ

 ===
 What happened to 3.1.0?
 ===

 There was a technical issue during Apache Spark 3.1.0 preparation, and
 it was discussed and decided to skip 3.1.0.
 Please see
 https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
 more details.

 =
 How can I help test this release?
 =

 If you are a Spark user, you can help us test this release by taking
 an existing Spark workload and running on this release candidate, then
 reporting any regressions.

 If you're working in PySpark you can set up a virtual env and install
 the current RC via "pip install
 https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
 "
 and see if anything important breaks.
 In the Java/Scala, you can add the staging repository to your projects
 resolvers and test
 with the RC (make sure to clean up the artifact cache before/after so
 you don't end up building with an out of date RC going forward).

 ===
 What should happen to JIRA tickets still targeting 3.1.1?
 ===

 The current list of open tickets targeted at 3.1.1 can be found at:
 https://issues.apache.org/jira/projects/SPARK and search for "Target
 Version/s" = 3.1.1

 Committers should look at those and triage. Extremely important bug
 fixes, documentation, and API 

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread Hyukjin Kwon
Let's set the assignees properly then. Shouldn't be a problem for the
release.

On Tue, 9 Feb 2021, 10:40 Yuming Wang,  wrote:

>
> Many tickets do not have correct assignee:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)
>
>
> On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon  wrote:
>
>> +1 (binding) from myself too.
>>
>> 2021년 2월 9일 (화) 오전 9:28, Kent Yao 님이 작성:
>>
>>>
>>> +1
>>>
>>> *Kent Yao *
>>> @ Data Science Center, Hangzhou Research Institute, NetEase Corp.
>>> *a spark enthusiast*
>>> *kyuubi is a
>>> unified multi-tenant JDBC interface for large-scale data processing and
>>> analytics, built on top of Apache Spark .*
>>> *spark-authorizer A Spark
>>> SQL extension which provides SQL Standard Authorization for **Apache
>>> Spark .*
>>> *spark-postgres  A library
>>> for reading data from and transferring data to Postgres / Greenplum with
>>> Spark SQL and DataFrames, 10~100x faster.*
>>> *spark-func-extras A
>>> library that brings excellent and useful functions from various modern
>>> database management systems to Apache Spark .*
>>>
>>>
>>>
>>> On 02/9/2021 08:24,Hyukjin Kwon
>>>  wrote:
>>>
>>> Please vote on releasing the following candidate as Apache Spark version
>>> 3.1.1.
>>>
>>> The vote is open until February 15th 5PM PST and passes if a majority +1
>>> PMC votes are cast, with a minimum of 3 +1 votes.
>>>
>>> Note that it is 7 days this time because it is a holiday season in
>>> several countries including South Korea (where I live), China etc., and I
>>> would like to make sure people do not miss it because it is a holiday
>>> season.
>>>
>>> [ ] +1 Release this package as Apache Spark 3.1.1
>>> [ ] -1 Do not release this package because ...
>>>
>>> To learn more about Apache Spark, please see http://spark.apache.org/
>>>
>>> The tag to be voted on is v3.1.1-rc2 (commit
>>> cf0115ac2d60070399af481b14566f33d22ec45e):
>>> https://github.com/apache/spark/tree/v3.1.1-rc2
>>>
>>> The release files, including signatures, digests, etc. can be found at:
>>> 
>>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>>>
>>> Signatures used for Spark RCs can be found in this file:
>>> https://dist.apache.org/repos/dist/dev/spark/KEYS
>>>
>>> The staging repository for this release can be found at:
>>> https://repository.apache.org/content/repositories/orgapachespark-1365
>>>
>>> The documentation corresponding to this release can be found at:
>>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>>>
>>> The list of bug fixes going into 3.1.1 can be found at the following URL:
>>> https://s.apache.org/41kf2
>>>
>>> This release is using the release script of the tag v3.1.1-rc2.
>>>
>>> FAQ
>>>
>>> ===
>>> What happened to 3.1.0?
>>> ===
>>>
>>> There was a technical issue during Apache Spark 3.1.0 preparation, and
>>> it was discussed and decided to skip 3.1.0.
>>> Please see
>>> https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
>>> more details.
>>>
>>> =
>>> How can I help test this release?
>>> =
>>>
>>> If you are a Spark user, you can help us test this release by taking
>>> an existing Spark workload and running on this release candidate, then
>>> reporting any regressions.
>>>
>>> If you're working in PySpark you can set up a virtual env and install
>>> the current RC via "pip install
>>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
>>> "
>>> and see if anything important breaks.
>>> In the Java/Scala, you can add the staging repository to your projects
>>> resolvers and test
>>> with the RC (make sure to clean up the artifact cache before/after so
>>> you don't end up building with an out of date RC going forward).
>>>
>>> ===
>>> What should happen to JIRA tickets still targeting 3.1.1?
>>> ===
>>>
>>> The current list of open tickets targeted at 3.1.1 can be found at:
>>> https://issues.apache.org/jira/projects/SPARK and search for "Target
>>> Version/s" = 3.1.1
>>>
>>> Committers should look at those and triage. Extremely important bug
>>> fixes, documentation, and API tweaks that impact compatibility should
>>> be worked on immediately. Everything else please retarget to an
>>> appropriate release.
>>>
>>> ==
>>> But my bug isn't fixed?
>>> ==
>>>
>>> In order to make timely releases, we will typically not hold the
>>> release unless the 

Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread Yuming Wang
Many tickets do not have correct assignee:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(3.1.0%2C%203.1.1)%20AND%20(assignee%20is%20EMPTY%20or%20assignee%20%3D%20apachespark)


On Tue, Feb 9, 2021 at 9:05 AM Hyukjin Kwon  wrote:

> +1 (binding) from myself too.
>
> 2021년 2월 9일 (화) 오전 9:28, Kent Yao 님이 작성:
>
>>
>> +1
>>
>> *Kent Yao *
>> @ Data Science Center, Hangzhou Research Institute, NetEase Corp.
>> *a spark enthusiast*
>> *kyuubi is a
>> unified multi-tenant JDBC interface for large-scale data processing and
>> analytics, built on top of Apache Spark .*
>> *spark-authorizer A Spark
>> SQL extension which provides SQL Standard Authorization for **Apache
>> Spark .*
>> *spark-postgres  A library
>> for reading data from and transferring data to Postgres / Greenplum with
>> Spark SQL and DataFrames, 10~100x faster.*
>> *spark-func-extras A
>> library that brings excellent and useful functions from various modern
>> database management systems to Apache Spark .*
>>
>>
>>
>> On 02/9/2021 08:24,Hyukjin Kwon
>>  wrote:
>>
>> Please vote on releasing the following candidate as Apache Spark version
>> 3.1.1.
>>
>> The vote is open until February 15th 5PM PST and passes if a majority +1
>> PMC votes are cast, with a minimum of 3 +1 votes.
>>
>> Note that it is 7 days this time because it is a holiday season in
>> several countries including South Korea (where I live), China etc., and I
>> would like to make sure people do not miss it because it is a holiday
>> season.
>>
>> [ ] +1 Release this package as Apache Spark 3.1.1
>> [ ] -1 Do not release this package because ...
>>
>> To learn more about Apache Spark, please see http://spark.apache.org/
>>
>> The tag to be voted on is v3.1.1-rc2 (commit
>> cf0115ac2d60070399af481b14566f33d22ec45e):
>> https://github.com/apache/spark/tree/v3.1.1-rc2
>>
>> The release files, including signatures, digests, etc. can be found at:
>> 
>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>>
>> Signatures used for Spark RCs can be found in this file:
>> https://dist.apache.org/repos/dist/dev/spark/KEYS
>>
>> The staging repository for this release can be found at:
>> https://repository.apache.org/content/repositories/orgapachespark-1365
>>
>> The documentation corresponding to this release can be found at:
>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>>
>> The list of bug fixes going into 3.1.1 can be found at the following URL:
>> https://s.apache.org/41kf2
>>
>> This release is using the release script of the tag v3.1.1-rc2.
>>
>> FAQ
>>
>> ===
>> What happened to 3.1.0?
>> ===
>>
>> There was a technical issue during Apache Spark 3.1.0 preparation, and it
>> was discussed and decided to skip 3.1.0.
>> Please see
>> https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
>> more details.
>>
>> =
>> How can I help test this release?
>> =
>>
>> If you are a Spark user, you can help us test this release by taking
>> an existing Spark workload and running on this release candidate, then
>> reporting any regressions.
>>
>> If you're working in PySpark you can set up a virtual env and install
>> the current RC via "pip install
>> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
>> "
>> and see if anything important breaks.
>> In the Java/Scala, you can add the staging repository to your projects
>> resolvers and test
>> with the RC (make sure to clean up the artifact cache before/after so
>> you don't end up building with an out of date RC going forward).
>>
>> ===
>> What should happen to JIRA tickets still targeting 3.1.1?
>> ===
>>
>> The current list of open tickets targeted at 3.1.1 can be found at:
>> https://issues.apache.org/jira/projects/SPARK and search for "Target
>> Version/s" = 3.1.1
>>
>> Committers should look at those and triage. Extremely important bug
>> fixes, documentation, and API tweaks that impact compatibility should
>> be worked on immediately. Everything else please retarget to an
>> appropriate release.
>>
>> ==
>> But my bug isn't fixed?
>> ==
>>
>> In order to make timely releases, we will typically not hold the
>> release unless the bug in question is a regression from the previous
>> release. That being said, if there is something which is a regression
>> that has not been correctly targeted please ping me or a committer to
>> help target the issue.
>>
>>
>>


Re: [VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread Hyukjin Kwon
+1 (binding) from myself too.

2021년 2월 9일 (화) 오전 9:28, Kent Yao 님이 작성:

>
> +1
>
> *Kent Yao *
> @ Data Science Center, Hangzhou Research Institute, NetEase Corp.
> *a spark enthusiast*
> *kyuubi is a unified multi-tenant JDBC
> interface for large-scale data processing and analytics, built on top
> of Apache Spark .*
> *spark-authorizer A Spark
> SQL extension which provides SQL Standard Authorization for **Apache
> Spark .*
> *spark-postgres  A library for
> reading data from and transferring data to Postgres / Greenplum with Spark
> SQL and DataFrames, 10~100x faster.*
> *spark-func-extras A
> library that brings excellent and useful functions from various modern
> database management systems to Apache Spark .*
>
>
>
> On 02/9/2021 08:24,Hyukjin Kwon 
> wrote:
>
> Please vote on releasing the following candidate as Apache Spark version
> 3.1.1.
>
> The vote is open until February 15th 5PM PST and passes if a majority +1
> PMC votes are cast, with a minimum of 3 +1 votes.
>
> Note that it is 7 days this time because it is a holiday season in several
> countries including South Korea (where I live), China etc., and I would
> like to make sure people do not miss it because it is a holiday season.
>
> [ ] +1 Release this package as Apache Spark 3.1.1
> [ ] -1 Do not release this package because ...
>
> To learn more about Apache Spark, please see http://spark.apache.org/
>
> The tag to be voted on is v3.1.1-rc2 (commit
> cf0115ac2d60070399af481b14566f33d22ec45e):
> https://github.com/apache/spark/tree/v3.1.1-rc2
>
> The release files, including signatures, digests, etc. can be found at:
> 
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/
>
> Signatures used for Spark RCs can be found in this file:
> https://dist.apache.org/repos/dist/dev/spark/KEYS
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapachespark-1365
>
> The documentation corresponding to this release can be found at:
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/
>
> The list of bug fixes going into 3.1.1 can be found at the following URL:
> https://s.apache.org/41kf2
>
> This release is using the release script of the tag v3.1.1-rc2.
>
> FAQ
>
> ===
> What happened to 3.1.0?
> ===
>
> There was a technical issue during Apache Spark 3.1.0 preparation, and it
> was discussed and decided to skip 3.1.0.
> Please see
> https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
> more details.
>
> =
> How can I help test this release?
> =
>
> If you are a Spark user, you can help us test this release by taking
> an existing Spark workload and running on this release candidate, then
> reporting any regressions.
>
> If you're working in PySpark you can set up a virtual env and install
> the current RC via "pip install
> https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
> "
> and see if anything important breaks.
> In the Java/Scala, you can add the staging repository to your projects
> resolvers and test
> with the RC (make sure to clean up the artifact cache before/after so
> you don't end up building with an out of date RC going forward).
>
> ===
> What should happen to JIRA tickets still targeting 3.1.1?
> ===
>
> The current list of open tickets targeted at 3.1.1 can be found at:
> https://issues.apache.org/jira/projects/SPARK and search for "Target
> Version/s" = 3.1.1
>
> Committers should look at those and triage. Extremely important bug
> fixes, documentation, and API tweaks that impact compatibility should
> be worked on immediately. Everything else please retarget to an
> appropriate release.
>
> ==
> But my bug isn't fixed?
> ==
>
> In order to make timely releases, we will typically not hold the
> release unless the bug in question is a regression from the previous
> release. That being said, if there is something which is a regression
> that has not been correctly targeted please ping me or a committer to
> help target the issue.
>
>
>


Re:[VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread Kent Yao







+1






  



















Kent Yao @ Data Science Center, Hangzhou Research Institute, NetEase Corp.a spark enthusiastkyuubiis a unified multi-tenant JDBC interface for large-scale data processing and analytics, built on top of Apache Spark.spark-authorizerA Spark SQL extension which provides SQL Standard Authorization for Apache Spark.spark-postgres A library for reading data from and transferring data to Postgres / Greenplum with Spark SQL and DataFrames, 10~100x faster.spark-func-extrasA library that brings excellent and useful functions from various modern database management systems to Apache Spark.















 


On 02/9/2021 08:24,Hyukjin Kwon wrote: 


Please vote on releasing the following candidate as Apache Spark version 3.1.1.The vote is open until February 15th 5PM PST and passes if a majority +1 PMC votes are cast, with a minimum of 3 +1 votes.Note that it is 7 days this time because it is a holiday season in several countries including South Korea (where I live), China etc., and I would like to make sure people do not miss it because it is a holiday season.[ ] +1 Release this package as Apache Spark 3.1.1[ ] -1 Do not release this package because ...To learn more about Apache Spark, please see http://spark.apache.org/The tag to be voted on is v3.1.1-rc2 (commit cf0115ac2d60070399af481b14566f33d22ec45e):https://github.com/apache/spark/tree/v3.1.1-rc2The release files, including signatures, digests, etc. can be found at:https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/Signatures used for Spark RCs can be found in this file:https://dist.apache.org/repos/dist/dev/spark/KEYSThe staging repository for this release can be found at:https://repository.apache.org/content/repositories/orgapachespark-1365The documentation corresponding to this release can be found at:https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/The list of bug fixes going into 3.1.1 can be found at the following URL:https://s.apache.org/41kf2This release is using the release script of the tag v3.1.1-rc2.FAQ===What happened to 3.1.0?===There was a technical issue during Apache Spark 3.1.0 preparation, and it was discussed and decided to skip 3.1.0.Please see https://spark.apache.org/news/next-official-release-spark-3.1.1.html for more details.=How can I help test this release?=If you are a Spark user, you can help us test this release by takingan existing Spark workload and running on this release candidate, thenreporting any regressions.If you're working in PySpark you can set up a virtual env and installthe current RC via "pip install https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz"and see if anything important breaks.In the Java/Scala, you can add the staging repository to your projects resolvers and testwith the RC (make sure to clean up the artifact cache before/after soyou don't end up building with an out of date RC going forward).===What should happen to JIRA tickets still targeting 3.1.1?===The current list of open tickets targeted at 3.1.1 can be found at:https://issues.apache.org/jira/projects/SPARK and search for "Target Version/s" = 3.1.1Committers should look at those and triage. Extremely important bugfixes, documentation, and API tweaks that impact compatibility shouldbe worked on immediately. Everything else please retarget to anappropriate release.==But my bug isn't fixed?==In order to make timely releases, we will typically not hold therelease unless the bug in question is a regression from the previousrelease. That being said, if there is something which is a regressionthat has not been correctly targeted please ping me or a committer tohelp target the issue.






[VOTE] Release Spark 3.1.1 (RC2)

2021-02-08 Thread Hyukjin Kwon
Please vote on releasing the following candidate as Apache Spark version
3.1.1.

The vote is open until February 15th 5PM PST and passes if a majority +1
PMC votes are cast, with a minimum of 3 +1 votes.

Note that it is 7 days this time because it is a holiday season in several
countries including South Korea (where I live), China etc., and I would
like to make sure people do not miss it because it is a holiday season.

[ ] +1 Release this package as Apache Spark 3.1.1
[ ] -1 Do not release this package because ...

To learn more about Apache Spark, please see http://spark.apache.org/

The tag to be voted on is v3.1.1-rc2 (commit
cf0115ac2d60070399af481b14566f33d22ec45e):
https://github.com/apache/spark/tree/v3.1.1-rc2

The release files, including signatures, digests, etc. can be found at:

https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/

Signatures used for Spark RCs can be found in this file:
https://dist.apache.org/repos/dist/dev/spark/KEYS

The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapachespark-1365

The documentation corresponding to this release can be found at:
https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-docs/

The list of bug fixes going into 3.1.1 can be found at the following URL:
https://s.apache.org/41kf2

This release is using the release script of the tag v3.1.1-rc2.

FAQ

===
What happened to 3.1.0?
===

There was a technical issue during Apache Spark 3.1.0 preparation, and it
was discussed and decided to skip 3.1.0.
Please see
https://spark.apache.org/news/next-official-release-spark-3.1.1.html for
more details.

=
How can I help test this release?
=

If you are a Spark user, you can help us test this release by taking
an existing Spark workload and running on this release candidate, then
reporting any regressions.

If you're working in PySpark you can set up a virtual env and install
the current RC via "pip install
https://dist.apache.org/repos/dist/dev/spark/v3.1.1-rc2-bin/pyspark-3.1.1.tar.gz
"
and see if anything important breaks.
In the Java/Scala, you can add the staging repository to your projects
resolvers and test
with the RC (make sure to clean up the artifact cache before/after so
you don't end up building with an out of date RC going forward).

===
What should happen to JIRA tickets still targeting 3.1.1?
===

The current list of open tickets targeted at 3.1.1 can be found at:
https://issues.apache.org/jira/projects/SPARK and search for "Target
Version/s" = 3.1.1

Committers should look at those and triage. Extremely important bug
fixes, documentation, and API tweaks that impact compatibility should
be worked on immediately. Everything else please retarget to an
appropriate release.

==
But my bug isn't fixed?
==

In order to make timely releases, we will typically not hold the
release unless the bug in question is a regression from the previous
release. That being said, if there is something which is a regression
that has not been correctly targeted please ping me or a committer to
help target the issue.