I've been getting an internal error from Spark related to a
`java.lang.NullPointerException` when I attempt to write from Pyspark to
Bigquery in Dataproc. I'm using the bigquery plugin for pyspark, and
writing to an existing, partitioned table. The e...