databricks / spark-pr-dashboard

Dashboard to aid in Spark pull request reviews
spark-prs.appspot.com
Apache License 2.0
54 stars 46 forks source link

Handle null priority field in issues imported from the old pre-Apache Spark JIRA #66

Closed JoshRosen closed 8 years ago

JoshRosen commented 8 years ago

In some very old JIRAs, such as SPARK-529, the JIRA REST API may return null for the value of the priority field, breaking the PR dashboard. This patch addresses this issue by adding defensive checks.

Fixes #44.