Description
While creating a table in Kudu using kud-spark KuduContext I omitted the `.nullable(true)` option from several fields when I generated a schema so I could add partitions using schema.newPartialRow. KuduContext.createTable takes a spark StructType as an argument and adds the nullable(true). When calling createTable the MasterServer reliably crashes, I think, because of this conflict in nullable fields.