Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-11-08 Thread Shane Knapp
so... i've updated the python testing framework to run on python 3.6, and drop support for testing against python 2.7 (and pypy 2.5.1). https://github.com/apache/spark/pull/26330 anyways: this is ready to merge, but i'm more than happy to hold off for the time being if we're still a little shy

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-31 Thread Shane Knapp
i'm currently testing PyPy3.6 v7.2.0 w/this pull request: https://github.com/apache/spark/pull/26330 On Wed, Oct 30, 2019 at 2:31 PM Maciej Szymkiewicz wrote: > Could we upgrade to PyPy3.6 v7.2.0? > On 10/30/19 9:45 PM, Shane Knapp wrote: > > one quick thing: we currently test against

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-31 Thread Takuya UESHIN
+1 On Thu, Oct 31, 2019 at 11:21 AM Bryan Cutler wrote: > +1 for deprecating > > On Wed, Oct 30, 2019 at 2:46 PM Shane Knapp wrote: > >> sure. that shouldn't be too hard, but we've historically given very >> little support to it. >> >> On Wed, Oct 30, 2019 at 2:31 PM Maciej Szymkiewicz < >>

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-31 Thread Bryan Cutler
+1 for deprecating On Wed, Oct 30, 2019 at 2:46 PM Shane Knapp wrote: > sure. that shouldn't be too hard, but we've historically given very > little support to it. > > On Wed, Oct 30, 2019 at 2:31 PM Maciej Szymkiewicz > wrote: > >> Could we upgrade to PyPy3.6 v7.2.0? >> On 10/30/19 9:45 PM,

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-30 Thread Shane Knapp
sure. that shouldn't be too hard, but we've historically given very little support to it. On Wed, Oct 30, 2019 at 2:31 PM Maciej Szymkiewicz wrote: > Could we upgrade to PyPy3.6 v7.2.0? > On 10/30/19 9:45 PM, Shane Knapp wrote: > > one quick thing: we currently test against python2.7, 3.6

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-30 Thread Maciej Szymkiewicz
Could we upgrade to PyPy3.6 v7.2.0? On 10/30/19 9:45 PM, Shane Knapp wrote: > one quick thing:  we currently test against python2.7, 3.6 *and* > pypy2.5.1 (python2.7). > > what are our plans for pypy? > > > On Wed, Oct 30, 2019 at 12:26 PM Dongjoon Hyun > mailto:dongjoon.h...@gmail.com>> wrote: >

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-30 Thread Shane Knapp
also, here's my PR for dropping 2.7 tests: https://github.com/apache/spark/pull/26330 On Wed, Oct 30, 2019 at 1:45 PM Shane Knapp wrote: > one quick thing: we currently test against python2.7, 3.6 *and* pypy2.5.1 > (python2.7). > > what are our plans for pypy? > > > On Wed, Oct 30, 2019 at

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-30 Thread Shane Knapp
one quick thing: we currently test against python2.7, 3.6 *and* pypy2.5.1 (python2.7). what are our plans for pypy? On Wed, Oct 30, 2019 at 12:26 PM Dongjoon Hyun wrote: > Thank you all. I made a PR for that. > > https://github.com/apache/spark/pull/26326 > > On Tue, Oct 29, 2019 at 5:45 AM

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-30 Thread Dongjoon Hyun
Thank you all. I made a PR for that. https://github.com/apache/spark/pull/26326 On Tue, Oct 29, 2019 at 5:45 AM Takeshi Yamamuro wrote: > +1, too. > > On Tue, Oct 29, 2019 at 4:16 PM Holden Karau wrote: > >> +1 to deprecating but not yet removing support for 3.6 >> >> On Tue, Oct 29, 2019 at

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-29 Thread Takeshi Yamamuro
+1, too. On Tue, Oct 29, 2019 at 4:16 PM Holden Karau wrote: > +1 to deprecating but not yet removing support for 3.6 > > On Tue, Oct 29, 2019 at 3:47 AM Shane Knapp wrote: > >> +1 to testing the absolute minimum number of python variants as >> possible. ;) >> >> On Mon, Oct 28, 2019 at 7:46

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-29 Thread Holden Karau
+1 to deprecating but not yet removing support for 3.6 On Tue, Oct 29, 2019 at 3:47 AM Shane Knapp wrote: > +1 to testing the absolute minimum number of python variants as possible. > ;) > > On Mon, Oct 28, 2019 at 7:46 PM Hyukjin Kwon wrote: > >> +1 from me as well. >> >> 2019년 10월 29일 (화) 오전

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-28 Thread Shane Knapp
+1 to testing the absolute minimum number of python variants as possible. ;) On Mon, Oct 28, 2019 at 7:46 PM Hyukjin Kwon wrote: > +1 from me as well. > > 2019년 10월 29일 (화) 오전 5:34, Xiangrui Meng 님이 작성: > >> +1. And we should start testing 3.7 and maybe 3.8 in Jenkins. >> >> On Thu, Oct 24,

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-28 Thread Hyukjin Kwon
+1 from me as well. 2019년 10월 29일 (화) 오전 5:34, Xiangrui Meng 님이 작성: > +1. And we should start testing 3.7 and maybe 3.8 in Jenkins. > > On Thu, Oct 24, 2019 at 9:34 AM Dongjoon Hyun > wrote: > >> Thank you for starting the thread. >> >> In addition to that, we currently are testing Python 3.6

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-28 Thread Xiangrui Meng
+1. And we should start testing 3.7 and maybe 3.8 in Jenkins. On Thu, Oct 24, 2019 at 9:34 AM Dongjoon Hyun wrote: > Thank you for starting the thread. > > In addition to that, we currently are testing Python 3.6 only in Apache > Spark Jenkins environment. > > Given that Python 3.8 is already

Re: [DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-24 Thread Dongjoon Hyun
Thank you for starting the thread. In addition to that, we currently are testing Python 3.6 only in Apache Spark Jenkins environment. Given that Python 3.8 is already out and Apache Spark 3.0.0 RC1 will start next January (https://spark.apache.org/versioning-policy.html), I'm +1 for the

[DISCUSS] Deprecate Python < 3.6 in Spark 3.0

2019-10-24 Thread Maciej Szymkiewicz
Hi everyone, While deprecation of Python 2 in 3.0.0 has been announced , there is no clear statement about specific continuing support of different Python 3 version. Specifically: * Python 3.4 has been retired this year.