Re: Scala lint failing unexpectedly

2018-11-21 Thread Shmuel Blitz
Hi Sean. Thanks for the very fast response. Absolutely. I'm on master, and I couldn't find any Await on line 269 either. That's what's so weird. Shmuel On Wed, Nov 21, 2018 at 10:21 PM Sean Owen wrote: > I don't see any of the CI builds failing like this. There's an > Await.result in the file

Re: Scala lint failing unexpectedly

2018-11-21 Thread Sean Owen
I don't see any of the CI builds failing like this. There's an Await.result in the file, but it's suppressed already, and I don't see it at line 269. I don't see an issue like this in recent branches either. You're sure you are working off, say, master, and/or you're looking at the code that it's

Scala lint failing unexpectedly

2018-11-21 Thread Shmuel Blitz
Hi, These are my first steps in building and testing Spark locally. After successfully building Spark locally, I ran `./build/run-tests`, which starts by running the linters. The Scala lint fails with: Scalastyle checks failed at following occurrences: ``` [error] /usr/dev/spark/core/src/main/sc