2016. Didn’t we run it on Python 2.6
> without any problem?
>
>
>
> ee74498de37 (Josh Rosen 2016-01-26 14:20:11 -0800 124) {m:
> set(m.dependencies).intersection(modules_to_test) for m in modules_to_test},
> sort=True)
>
>
>
> Bests,
>
> Do
sen 2016-01-26 14:20:11 -0800 124) {m:
set(m.dependencies).intersection(modules_to_test) for m in
modules_to_test}, sort=True)
Bests,
Dongjoon.
*From: *Hyukjin Kwon
*Date: *Friday, July 28, 2017 at 7:06 AM
*To: *Sean Owen
*Cc: *dev
*Subject: *Re: Tests failing with run-tests.p
sort=True)
Bests,
Dongjoon.
*From: *Hyukjin Kwon
*Date: *Friday, July 28, 2017 at 7:06 AM
*To: *Sean Owen
*Cc: *dev
*Subject: *Re: Tests failing with run-tests.py SyntaxError
Yes, that's my guess just given information here without a close look.
On 28 Jul 2017 11:03 pm, "Sean
(Josh Rosen 2016-01-26 14:20:11 -0800 124) {m:
set(m.dependencies).intersection(modules_to_test) for m in modules_to_test},
sort=True)
Bests,
Dongjoon.
From: Hyukjin Kwon
Date: Friday, July 28, 2017 at 7:06 AM
To: Sean Owen
Cc: dev
Subject: Re: Tests failing with run-tests.py
Yes, that's my guess just given information here without a close look.
On 28 Jul 2017 11:03 pm, "Sean Owen" wrote:
I see, does that suggest that a machine has 2.6, when it should use 2.7?
On Fri, Jul 28, 2017 at 2:58 PM Hyukjin Kwon wrote:
> That looks appearently due to dict comprehension wh
I see, does that suggest that a machine has 2.6, when it should use 2.7?
On Fri, Jul 28, 2017 at 2:58 PM Hyukjin Kwon wrote:
> That looks appearently due to dict comprehension which is, IIRC, not
> allowed in Python 2.6.x. I checked the release note for sure before -
> https://issues.apache.org/
That looks appearently due to dict comprehension which is, IIRC, not
allowed in Python 2.6.x. I checked the release note for sure before -
https://issues.apache.org/jira/browse/SPARK-20149
On 28 Jul 2017 9:56 pm, "Sean Owen" wrote:
> File "./dev/run-tests.py", line 124
> {m: set(m.dependen