Yeah, we will probably drop Python 2 entirely after 3.0.0. Python 2 is
already deprecated.
On Thu, 15 Aug 2019, 18:25 Driesprong, Fokko, wrote:
> Sorry for the late reply, was a bit busy lately, but I still would like to
> share my thoughts on this.
>
> For Apache Airflow we're dropping support
I mean python 2 _will be_ deprecated in Spark 3.
On Thu, 15 Aug 2019, 18:37 Hyukjin Kwon, wrote:
> Yeah, we will probably drop Python 2 entirely after 3.0.0. Python 2 is
> already deprecated.
>
> On Thu, 15 Aug 2019, 18:25 Driesprong, Fokko,
> wrote:
>
>> Sorry for the late reply, was a bit bus
Sorry for the late reply, was a bit busy lately, but I still would like to
share my thoughts on this.
For Apache Airflow we're dropping support for Python 2 in the next major
release. We're now supporting Python 3.5+. Mostly because:
- Easier to maintain and test, and less if/else construction
All right we could support both Python 2 and Python 3 for spark 3.0.
On Wed, Aug 7, 2019 at 6:10 PM Hyukjin Kwon wrote:
> We didn't drop Python 2 yet although it's deprecated. So I think It should
> support both Python 2 and Python 3 at the current status.
>
> 2019년 8월 7일 (수) 오후 6:54, Weichen Xu
We didn't drop Python 2 yet although it's deprecated. So I think It should
support both Python 2 and Python 3 at the current status.
2019년 8월 7일 (수) 오후 6:54, Weichen Xu 님이 작성:
> Hi all,
>
> I would like to discuss the compatibility for dev scripts. Because we
> already decided to deprecate python