[
https://issues.apache.org/jira/browse/KUDU-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154311#comment-16154311
]
Adar Dembo commented on KUDU-2133:
----------------------------------
[~barnjamin] on Slack you mentioned that you had a test case that reproduces
the crash; could you attach it to this JIRA?
> Master Server Crash from mismatched schemas using Spark Context
> ---------------------------------------------------------------
>
> Key: KUDU-2133
> URL: https://issues.apache.org/jira/browse/KUDU-2133
> Project: Kudu
> Issue Type: Bug
> Components: java, rpc
> Affects Versions: 1.4.0
> Reporter: Benjamin Guidarelli
> Attachments: 3b055209-58c0-24a8-3cd396a4-4fa7d010.dmp,
> 6b08ef81-ddb8-8caa-241e8ae7-7800226c.dmp
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)