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

Ignore comments left by deleted GitHub users #68

Closed JoshRosen closed 8 years ago

JoshRosen commented 8 years ago

This patch addresses a corner-case issue related to PR review comments that were left by users who deleted their GitHub accounts. The GitHub UI attributes these comments to https://github.com/ghost, but the REST API returns null for the user field in review comment API responses.

For now, we just ignore these comments when computing the commenters to display on the UI.