Skip to content

Commit 83849a1

Browse files
authored
Merge pull request #115752 from mamccrea/patch-60
Stream Analytics: avro maps not supported
2 parents a229b48 + 0166675 commit 83849a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/stream-analytics/stream-analytics-parsing-json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Azure Stream Analytics support processing events in CSV, JSON, and Avro data for
1313

1414
>[!NOTE]
1515
>AVRO files created by Event Hub Capture use a specific format that requires you to use the *custom deserializer* feature. For more information, see [Read input in any format using .NET custom deserializers](https://docs.microsoft.com/azure/stream-analytics/custom-deserializer-examples).
16-
16+
>
17+
>Stream Analytics AVRO deserialization does not support Map type. Stream Analytics can't read EventHub capture blobs because EventHub capture uses map.
1718
1819

1920
## Record data types

0 commit comments

Comments
 (0)