databricks / spark-sql-perf

Apache License 2.0
586 stars 407 forks source link

Fix compile for Spark 2.4 SNAPSHOT and only catch NonFatal #164

Closed mengxr closed 6 years ago

mengxr commented 6 years ago

The build is currently broken with Spark 2.4. This PR fixes the compile. It won't pass CI since 2.4.0 SNAPSHOT is not available on maven. I will leave the PR here until RC is out.

cc: @MrBago @juliuszsompolski

mengxr commented 6 years ago

Run succeeded with the new jar: https://dogfood.staging.cloud.databricks.com/#job/830162/run/80.

juliuszsompolski commented 6 years ago

cc @npoggi

mengxr commented 6 years ago

@juliuszsompolski @npoggi I added Apache snapshot repo to resolvers. Shall we merge this patch? It will help 2.4 QA.