EventHubs write - allow Properties map to be non-nullable or nullable column (#507)
This commit is contained in:
Родитель
99a0852a3d
Коммит
d096e298e6
|
@ -199,6 +199,7 @@ private[eventhubs] abstract class EventHubsRowWriter(inputSchema: Seq[Attribute]
|
|||
|
||||
propertiesExpression.dataType match {
|
||||
case MapType(StringType, StringType, true) => // good
|
||||
case MapType(StringType, StringType, false) => // good
|
||||
case t =>
|
||||
throw new IllegalStateException(
|
||||
s"${EventHubsWriter.PropertiesAttributeName} attribute unsupported type $t"
|
||||
|
|
Загрузка…
Ссылка в новой задаче