Re: Resolves too old JIRAs as incomplete

2021-05-24 Thread Takeshi Yamamuro
😊

On Tue, May 25, 2021 at 11:00 AM Hyukjin Kwon  wrote:

> Awesome, thanks Takeshi!
>
> 2021년 5월 25일 (화) 오전 10:59, Takeshi Yamamuro 님이 작성:
>
>> FYI:
>>
>> Thank you for all the comments.
>> I closed 754 tickets in bulk a few minutes ago.
>> Please let me know if there is any problem.
>>
>> Bests,
>> Takeshi
>>
>> On Fri, May 21, 2021 at 10:29 AM Kent Yao  wrote:
>>
>>> +1,thanks Takeshi
>>>
>>> *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.*
>>> *itatchi A** library t**hat
>>> brings useful functions from various modern database management systems
>>> to​ **Apache Spark .*
>>>
>>>
>>> On 05/21/2021 07:12, Takeshi Yamamuro  wrote:
>>> Thank you, all~
>>>
>>> okay, so I will close them in bulk next week.
>>> If you have more comments, please let me know here.
>>>
>>> Bests,
>>> Takeshi
>>>
>>> On Fri, May 21, 2021 at 5:05 AM Mridul Muralidharan 
>>> wrote:
>>>
 +1, thanks Takeshi !

 Regards,
 Mridul

 On Wed, May 19, 2021 at 8:48 PM Takeshi Yamamuro 
 wrote:

> Hi, dev,
>
> As you know, we have too many open JIRAs now:
> # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
> Progress", Reopened)'
>
> We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
> JIRAs
> for making the JIRAs manageable.
>
> As Hyukjin did the same action two years ago (for details, see:
> http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
> I'm planning to use a similar JQL below to close them:
>
> project = SPARK AND status in (Open, "In Progress", Reopened) AND
> (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
> AND updated <= -52w
>
> The total number of matched JIRAs is 741.
> Or, we might be able to close them more aggressively by removing the
> version condition:
>
> project = SPARK AND status in (Open, "In Progress", Reopened) AND
> updated <= -52w
>
> The matched number is 1484 (almost half of the current open JIRAs).
>
> If there is no objection, I'd like to do it next week or later.
> Any thoughts?
>
> Bests,
> Takeshi
> --
> ---
> Takeshi Yamamuro
>

>>>
>>> --
>>> ---
>>> Takeshi Yamamuro
>>>
>>>
>>
>> --
>> ---
>> Takeshi Yamamuro
>>
>

-- 
---
Takeshi Yamamuro


Re: Resolves too old JIRAs as incomplete

2021-05-24 Thread Hyukjin Kwon
Awesome, thanks Takeshi!

2021년 5월 25일 (화) 오전 10:59, Takeshi Yamamuro 님이 작성:

> FYI:
>
> Thank you for all the comments.
> I closed 754 tickets in bulk a few minutes ago.
> Please let me know if there is any problem.
>
> Bests,
> Takeshi
>
> On Fri, May 21, 2021 at 10:29 AM Kent Yao  wrote:
>
>> +1,thanks Takeshi
>>
>> *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.*
>> *itatchi A** library t**hat
>> brings useful functions from various modern database management systems
>> to​ **Apache Spark .*
>>
>>
>> On 05/21/2021 07:12, Takeshi Yamamuro  wrote:
>> Thank you, all~
>>
>> okay, so I will close them in bulk next week.
>> If you have more comments, please let me know here.
>>
>> Bests,
>> Takeshi
>>
>> On Fri, May 21, 2021 at 5:05 AM Mridul Muralidharan 
>> wrote:
>>
>>> +1, thanks Takeshi !
>>>
>>> Regards,
>>> Mridul
>>>
>>> On Wed, May 19, 2021 at 8:48 PM Takeshi Yamamuro 
>>> wrote:
>>>
 Hi, dev,

 As you know, we have too many open JIRAs now:
 # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
 Progress", Reopened)'

 We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
 JIRAs
 for making the JIRAs manageable.

 As Hyukjin did the same action two years ago (for details, see:
 http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
 I'm planning to use a similar JQL below to close them:

 project = SPARK AND status in (Open, "In Progress", Reopened) AND
 (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
 AND updated <= -52w

 The total number of matched JIRAs is 741.
 Or, we might be able to close them more aggressively by removing the
 version condition:

 project = SPARK AND status in (Open, "In Progress", Reopened) AND
 updated <= -52w

 The matched number is 1484 (almost half of the current open JIRAs).

 If there is no objection, I'd like to do it next week or later.
 Any thoughts?

 Bests,
 Takeshi
 --
 ---
 Takeshi Yamamuro

>>>
>>
>> --
>> ---
>> Takeshi Yamamuro
>>
>>
>
> --
> ---
> Takeshi Yamamuro
>


Re: Resolves too old JIRAs as incomplete

2021-05-24 Thread Takeshi Yamamuro
FYI:

Thank you for all the comments.
I closed 754 tickets in bulk a few minutes ago.
Please let me know if there is any problem.

Bests,
Takeshi

On Fri, May 21, 2021 at 10:29 AM Kent Yao  wrote:

> +1,thanks Takeshi
>
> *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.*
> *itatchi A** library t**hat
> brings useful functions from various modern database management systems
> to​ **Apache Spark .*
>
>
> On 05/21/2021 07:12, Takeshi Yamamuro  wrote:
> Thank you, all~
>
> okay, so I will close them in bulk next week.
> If you have more comments, please let me know here.
>
> Bests,
> Takeshi
>
> On Fri, May 21, 2021 at 5:05 AM Mridul Muralidharan 
> wrote:
>
>> +1, thanks Takeshi !
>>
>> Regards,
>> Mridul
>>
>> On Wed, May 19, 2021 at 8:48 PM Takeshi Yamamuro 
>> wrote:
>>
>>> Hi, dev,
>>>
>>> As you know, we have too many open JIRAs now:
>>> # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
>>> Progress", Reopened)'
>>>
>>> We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
>>> JIRAs
>>> for making the JIRAs manageable.
>>>
>>> As Hyukjin did the same action two years ago (for details, see:
>>> http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
>>> I'm planning to use a similar JQL below to close them:
>>>
>>> project = SPARK AND status in (Open, "In Progress", Reopened) AND
>>> (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
>>> AND updated <= -52w
>>>
>>> The total number of matched JIRAs is 741.
>>> Or, we might be able to close them more aggressively by removing the
>>> version condition:
>>>
>>> project = SPARK AND status in (Open, "In Progress", Reopened) AND
>>> updated <= -52w
>>>
>>> The matched number is 1484 (almost half of the current open JIRAs).
>>>
>>> If there is no objection, I'd like to do it next week or later.
>>> Any thoughts?
>>>
>>> Bests,
>>> Takeshi
>>> --
>>> ---
>>> Takeshi Yamamuro
>>>
>>
>
> --
> ---
> Takeshi Yamamuro
>
>

-- 
---
Takeshi Yamamuro


Re: Resolves too old JIRAs as incomplete

2021-05-20 Thread Kent Yao
+1,thanks Takeshi Kent Yao  @ Data Science Center, Hangzhou Research Institute, 
NetEase Corp. a spark enthusiast kyuubiis 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. itatchiA library that brings useful functions from various 
modern database management systems to​ Apache Spark. On 05/21/2021 07:12, 
Takeshi Yamamuro wrote: Thank you, all~ okay, so I will close them in bulk next 
week. If you have more comments, please let me know here. Bests, Takeshi On 
Fri, May 21, 2021 at 5:05 AM Mridul Muralidharan  wrote: +1, 
thanks Takeshi ! Regards, Mridul  On Wed, May 19, 2021 at 8:48 PM Takeshi 
Yamamuro  wrote: Hi, dev, As you know, we have too many 
open JIRAs now: # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, 
"In Progress", Reopened)' We've recently released v2.4.8(EOL), so I'd like to 
bulk-close too old JIRAs for making the JIRAs manageable. As Hyukjin did the 
same action two years ago (for details, see: 
http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
 I'm planning to use a similar JQL below to close them: project = SPARK AND 
status in (Open, "In Progress", Reopened) AND (affectedVersion = EMPTY OR NOT 
(affectedVersion in versionMatch("^3.*"))) AND updated <= -52w The total number 
of matched JIRAs is 741.  Or, we might be able to close them more aggressively 
by removing the version condition: project = SPARK AND status in (Open, "In 
Progress", Reopened) AND updated <= -52w The matched number is 1484 (almost 
half of the current open JIRAs). If there is no objection, I'd like to do it 
next week or later. Any thoughts? Bests, Takeshi -- --- Takeshi Yamamuro -- --- 
Takeshi Yamamuro

Re: Resolves too old JIRAs as incomplete

2021-05-20 Thread Takeshi Yamamuro
Thank you, all~

okay, so I will close them in bulk next week.
If you have more comments, please let me know here.

Bests,
Takeshi

On Fri, May 21, 2021 at 5:05 AM Mridul Muralidharan 
wrote:

> +1, thanks Takeshi !
>
> Regards,
> Mridul
>
> On Wed, May 19, 2021 at 8:48 PM Takeshi Yamamuro 
> wrote:
>
>> Hi, dev,
>>
>> As you know, we have too many open JIRAs now:
>> # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
>> Progress", Reopened)'
>>
>> We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
>> JIRAs
>> for making the JIRAs manageable.
>>
>> As Hyukjin did the same action two years ago (for details, see:
>> http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
>> I'm planning to use a similar JQL below to close them:
>>
>> project = SPARK AND status in (Open, "In Progress", Reopened) AND
>> (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
>> AND updated <= -52w
>>
>> The total number of matched JIRAs is 741.
>> Or, we might be able to close them more aggressively by removing the
>> version condition:
>>
>> project = SPARK AND status in (Open, "In Progress", Reopened) AND updated
>> <= -52w
>>
>> The matched number is 1484 (almost half of the current open JIRAs).
>>
>> If there is no objection, I'd like to do it next week or later.
>> Any thoughts?
>>
>> Bests,
>> Takeshi
>> --
>> ---
>> Takeshi Yamamuro
>>
>

-- 
---
Takeshi Yamamuro


Re: Resolves too old JIRAs as incomplete

2021-05-20 Thread Mridul Muralidharan
+1, thanks Takeshi !

Regards,
Mridul

On Wed, May 19, 2021 at 8:48 PM Takeshi Yamamuro 
wrote:

> Hi, dev,
>
> As you know, we have too many open JIRAs now:
> # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
> Progress", Reopened)'
>
> We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
> JIRAs
> for making the JIRAs manageable.
>
> As Hyukjin did the same action two years ago (for details, see:
> http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
> I'm planning to use a similar JQL below to close them:
>
> project = SPARK AND status in (Open, "In Progress", Reopened) AND
> (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
> AND updated <= -52w
>
> The total number of matched JIRAs is 741.
> Or, we might be able to close them more aggressively by removing the
> version condition:
>
> project = SPARK AND status in (Open, "In Progress", Reopened) AND updated
> <= -52w
>
> The matched number is 1484 (almost half of the current open JIRAs).
>
> If there is no objection, I'd like to do it next week or later.
> Any thoughts?
>
> Bests,
> Takeshi
> --
> ---
> Takeshi Yamamuro
>


Re: Resolves too old JIRAs as incomplete

2021-05-20 Thread Liang-Chi Hsieh
+1 

Thanks Takeshi!


Prashant Sharma wrote
> +1
> 
> On Thu, May 20, 2021 at 7:08 PM Wenchen Fan <

> cloud0fan@

> > wrote:
> 
>> +1
>>
>> On Thu, May 20, 2021 at 11:59 AM Dongjoon Hyun <

> dongjoon.hyun@

> >
>> wrote:
>>
>>> +1.
>>>
>>> Thank you, Takeshi.
>>>
>>> On Wed, May 19, 2021 at 7:49 PM Hyukjin Kwon <

> gurwls223@

> > wrote:
>>>
 Yeah, I wanted to discuss this. I agree since 2.4.x became EOL






--
Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/

-
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org



Re: Resolves too old JIRAs as incomplete

2021-05-20 Thread Prashant Sharma
+1

On Thu, May 20, 2021 at 7:08 PM Wenchen Fan  wrote:

> +1
>
> On Thu, May 20, 2021 at 11:59 AM Dongjoon Hyun 
> wrote:
>
>> +1.
>>
>> Thank you, Takeshi.
>>
>> On Wed, May 19, 2021 at 7:49 PM Hyukjin Kwon  wrote:
>>
>>> Yeah, I wanted to discuss this. I agree since 2.4.x became EOL
>>>
>>> 2021년 5월 20일 (목) 오전 10:54, Sean Owen 님이 작성:
>>>
 I agree. Such old JIRAs are 99% obsolete. If anyone objects to a
 particular issue being closed, they can comment and we can reopen. It's a
 very reversible thing. There is value in keeping JIRA up to date with
 reality.

 On Wed, May 19, 2021 at 8:47 PM Takeshi Yamamuro 
 wrote:

> Hi, dev,
>
> As you know, we have too many open JIRAs now:
> # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
> Progress", Reopened)'
>
> We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
> JIRAs
> for making the JIRAs manageable.
>
> As Hyukjin did the same action two years ago (for details, see:
> http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
> I'm planning to use a similar JQL below to close them:
>
> project = SPARK AND status in (Open, "In Progress", Reopened) AND
> (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
> AND updated <= -52w
>
> The total number of matched JIRAs is 741.
> Or, we might be able to close them more aggressively by removing the
> version condition:
>
> project = SPARK AND status in (Open, "In Progress", Reopened) AND
> updated <= -52w
>
> The matched number is 1484 (almost half of the current open JIRAs).
>
> If there is no objection, I'd like to do it next week or later.
> Any thoughts?
>
> Bests,
> Takeshi
> --
> ---
> Takeshi Yamamuro
>



Re: Resolves too old JIRAs as incomplete

2021-05-20 Thread Wenchen Fan
+1

On Thu, May 20, 2021 at 11:59 AM Dongjoon Hyun 
wrote:

> +1.
>
> Thank you, Takeshi.
>
> On Wed, May 19, 2021 at 7:49 PM Hyukjin Kwon  wrote:
>
>> Yeah, I wanted to discuss this. I agree since 2.4.x became EOL
>>
>> 2021년 5월 20일 (목) 오전 10:54, Sean Owen 님이 작성:
>>
>>> I agree. Such old JIRAs are 99% obsolete. If anyone objects to a
>>> particular issue being closed, they can comment and we can reopen. It's a
>>> very reversible thing. There is value in keeping JIRA up to date with
>>> reality.
>>>
>>> On Wed, May 19, 2021 at 8:47 PM Takeshi Yamamuro 
>>> wrote:
>>>
 Hi, dev,

 As you know, we have too many open JIRAs now:
 # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
 Progress", Reopened)'

 We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
 JIRAs
 for making the JIRAs manageable.

 As Hyukjin did the same action two years ago (for details, see:
 http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
 I'm planning to use a similar JQL below to close them:

 project = SPARK AND status in (Open, "In Progress", Reopened) AND
 (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
 AND updated <= -52w

 The total number of matched JIRAs is 741.
 Or, we might be able to close them more aggressively by removing the
 version condition:

 project = SPARK AND status in (Open, "In Progress", Reopened) AND
 updated <= -52w

 The matched number is 1484 (almost half of the current open JIRAs).

 If there is no objection, I'd like to do it next week or later.
 Any thoughts?

 Bests,
 Takeshi
 --
 ---
 Takeshi Yamamuro

>>>


Re: Resolves too old JIRAs as incomplete

2021-05-19 Thread Dongjoon Hyun
+1.

Thank you, Takeshi.

On Wed, May 19, 2021 at 7:49 PM Hyukjin Kwon  wrote:

> Yeah, I wanted to discuss this. I agree since 2.4.x became EOL
>
> 2021년 5월 20일 (목) 오전 10:54, Sean Owen 님이 작성:
>
>> I agree. Such old JIRAs are 99% obsolete. If anyone objects to a
>> particular issue being closed, they can comment and we can reopen. It's a
>> very reversible thing. There is value in keeping JIRA up to date with
>> reality.
>>
>> On Wed, May 19, 2021 at 8:47 PM Takeshi Yamamuro 
>> wrote:
>>
>>> Hi, dev,
>>>
>>> As you know, we have too many open JIRAs now:
>>> # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
>>> Progress", Reopened)'
>>>
>>> We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
>>> JIRAs
>>> for making the JIRAs manageable.
>>>
>>> As Hyukjin did the same action two years ago (for details, see:
>>> http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
>>> I'm planning to use a similar JQL below to close them:
>>>
>>> project = SPARK AND status in (Open, "In Progress", Reopened) AND
>>> (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
>>> AND updated <= -52w
>>>
>>> The total number of matched JIRAs is 741.
>>> Or, we might be able to close them more aggressively by removing the
>>> version condition:
>>>
>>> project = SPARK AND status in (Open, "In Progress", Reopened) AND
>>> updated <= -52w
>>>
>>> The matched number is 1484 (almost half of the current open JIRAs).
>>>
>>> If there is no objection, I'd like to do it next week or later.
>>> Any thoughts?
>>>
>>> Bests,
>>> Takeshi
>>> --
>>> ---
>>> Takeshi Yamamuro
>>>
>>


Re: Resolves too old JIRAs as incomplete

2021-05-19 Thread Hyukjin Kwon
Yeah, I wanted to discuss this. I agree since 2.4.x became EOL

2021년 5월 20일 (목) 오전 10:54, Sean Owen 님이 작성:

> I agree. Such old JIRAs are 99% obsolete. If anyone objects to a
> particular issue being closed, they can comment and we can reopen. It's a
> very reversible thing. There is value in keeping JIRA up to date with
> reality.
>
> On Wed, May 19, 2021 at 8:47 PM Takeshi Yamamuro 
> wrote:
>
>> Hi, dev,
>>
>> As you know, we have too many open JIRAs now:
>> # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
>> Progress", Reopened)'
>>
>> We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
>> JIRAs
>> for making the JIRAs manageable.
>>
>> As Hyukjin did the same action two years ago (for details, see:
>> http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
>> I'm planning to use a similar JQL below to close them:
>>
>> project = SPARK AND status in (Open, "In Progress", Reopened) AND
>> (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
>> AND updated <= -52w
>>
>> The total number of matched JIRAs is 741.
>> Or, we might be able to close them more aggressively by removing the
>> version condition:
>>
>> project = SPARK AND status in (Open, "In Progress", Reopened) AND updated
>> <= -52w
>>
>> The matched number is 1484 (almost half of the current open JIRAs).
>>
>> If there is no objection, I'd like to do it next week or later.
>> Any thoughts?
>>
>> Bests,
>> Takeshi
>> --
>> ---
>> Takeshi Yamamuro
>>
>


Re: Resolves too old JIRAs as incomplete

2021-05-19 Thread Sean Owen
I agree. Such old JIRAs are 99% obsolete. If anyone objects to a particular
issue being closed, they can comment and we can reopen. It's a very
reversible thing. There is value in keeping JIRA up to date with reality.

On Wed, May 19, 2021 at 8:47 PM Takeshi Yamamuro 
wrote:

> Hi, dev,
>
> As you know, we have too many open JIRAs now:
> # of open JIRAs=2698: JQL='project = SPARK AND status in (Open, "In
> Progress", Reopened)'
>
> We've recently released v2.4.8(EOL), so I'd like to bulk-close too old
> JIRAs
> for making the JIRAs manageable.
>
> As Hyukjin did the same action two years ago (for details, see:
> http://apache-spark-developers-list.1001551.n3.nabble.com/Resolving-all-JIRAs-affecting-EOL-releases-td27838.html),
> I'm planning to use a similar JQL below to close them:
>
> project = SPARK AND status in (Open, "In Progress", Reopened) AND
> (affectedVersion = EMPTY OR NOT (affectedVersion in versionMatch("^3.*")))
> AND updated <= -52w
>
> The total number of matched JIRAs is 741.
> Or, we might be able to close them more aggressively by removing the
> version condition:
>
> project = SPARK AND status in (Open, "In Progress", Reopened) AND updated
> <= -52w
>
> The matched number is 1484 (almost half of the current open JIRAs).
>
> If there is no objection, I'd like to do it next week or later.
> Any thoughts?
>
> Bests,
> Takeshi
> --
> ---
> Takeshi Yamamuro
>